1 instantiation of EntityDataSourceView
System.Web.Entity (1)
System\Data\WebControls\EntityDataSource.cs (1)
793
return new
EntityDataSourceView
(this, _viewName);
7 references to EntityDataSourceView
System.Web.Entity (5)
System\Data\WebControls\EntityDataSource.cs (3)
87
private
EntityDataSourceView
_view = null;
771
private
EntityDataSourceView
View
791
protected virtual
EntityDataSourceView
CreateView()
System\Data\WebControls\EntityDataSourceView.cs (2)
182
private static readonly MethodInfo _executeSelectMethod = typeof(
EntityDataSourceView
).GetMethod("ExecuteSelectTyped", BindingFlags.NonPublic | BindingFlags.Instance);
183
private static readonly MethodInfo _continueSelectMethod = typeof(
EntityDataSourceView
).GetMethod("ContinueSelectTyped", BindingFlags.NonPublic | BindingFlags.Instance);
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (2)
1153
EntityDataSourceView
view = (
EntityDataSourceView
)(((IDataSource)entityDataSource).GetView(DefaultViewName));