Version

ExecuteSelect Method (DataSourceObjectView)

Gets a list of data from the underlying data storage.
Syntax
'Declaration
 
Protected Overrides Function ExecuteSelect( _
   ByVal arguments As DataSourceSelectArguments _
) As IEnumerable
protected override IEnumerable ExecuteSelect( 
   DataSourceSelectArguments arguments
)

Parameters

arguments
A System.Web.UI.DataSourceSelectArguments that is used to request operations on the data beyond basic data retrieval.

Return Value

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

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also