Base:
method
ExecuteSelect
System.Web.UI.DataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)
1 override of ExecuteSelect
System.Web (1)
UI\WebControls\AccessDataSourceView.cs (1)
37protected internal override IEnumerable ExecuteSelect(DataSourceSelectArguments arguments) {
2 references to ExecuteSelect
System.Web (2)
UI\WebControls\AccessDataSourceView.cs (1)
41return base.ExecuteSelect(arguments);
UI\WebControls\SqlDataSourceView.cs (1)
1471return ExecuteSelect(arguments);