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)
Available in Sandboxed Solutions: No

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

Return Value

Type: System.Collections.IEnumerable
An IEnumerable list of data from the underlying data storage.

See Also

Reference

AdministrationDataSourceView Class

AdministrationDataSourceView Members

Select Overload

Microsoft.SharePoint.WebControls Namespace