Share via


AdministrationDataSourceView.ExecuteSelect method

Gets a list of data from the underlying data storage.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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

Return value

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

See also

Reference

AdministrationDataSourceView class

AdministrationDataSourceView members

Microsoft.SharePoint.WebControls namespace