Click or drag to resize
LLBLGenProDataSourceView2ExecuteSelect Method
Gets a list of data from the underlying data storage.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected override IEnumerable ExecuteSelect(
	DataSourceSelectArguments arguments
)

Parameters

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

Return Value

Type: IEnumerable
An IEnumerable list of data from the underlying data storage.
See Also