AdministrationDataSourceView.Select method (DataSourceSelectArguments)
Gets a list of data from the underlying data storage.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected MustOverride Function Select ( _
arguments As DataSourceSelectArguments _
) As IEnumerable
'Usage
Dim arguments As DataSourceSelectArguments
Dim returnValue As IEnumerable
returnValue = Me.Select(arguments)
protected abstract IEnumerable Select(
DataSourceSelectArguments arguments
)
Parameters
arguments
Type: System.Web.UI.DataSourceSelectArgumentsA DataSourceSelectArguments 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