Exemplo n.º 1
0
 protected override DataSourceView GetView(string viewName)
 {
     if (null == this.view)
     {
         this.view = new DataTableDataSourceView(this, string.Empty);
     }
     return this.view;
 }
Exemplo n.º 2
0
 protected override DataSourceView GetView(string viewName)
 {
     if (null == this.view)
     {
         this.view = new DataTableDataSourceView(this, string.Empty);
     }
     return(this.view);
 }