Esempio n. 1
0
            public ActionDataSourceView(ActionDataSource source, string viewName, DataSourceView underlyingDataSourceView)
                : base(source, viewName)
            {
                UnderlyingView = underlyingDataSourceView;

                ActionDS = source;
            }
Esempio n. 2
0
 public ActionDataSourceView(ActionDataSource source, string viewName, DataSourceView underlyingDataSourceView)
     : base(source, viewName)
 {
     UnderlyingView = underlyingDataSourceView;
     ActionDS = source;
 }