Click or drag to resize

LLBLGenProDataSourceViewExecuteSelect 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.5.0.0 (5.5.18.1019)
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