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