AdministrationDataSourceView.ExecuteSelect Method
Gets a list of data from the underlying data storage.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Function ExecuteSelect ( _
arguments As DataSourceSelectArguments _
) As IEnumerable
'Usage
Dim arguments As DataSourceSelectArguments
Dim returnValue As IEnumerable
returnValue = Me.ExecuteSelect(arguments)
protected override IEnumerable ExecuteSelect(
DataSourceSelectArguments arguments
)
Parameters
arguments
Type: System.Web.UI.DataSourceSelectArgumentsA DataSourceSelectArguments object that is used to request operations on the data beyond basic data retrieval.
Return Value
Type: System.Collections.IEnumerable
An IEnumerable list of data from the underlying data storage.
See Also
Reference
AdministrationDataSourceView Class