Share via


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

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