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.1.0.0 (5.1.0)
Syntax protected override IEnumerable ExecuteSelect(
DataSourceSelectArguments arguments
)
Protected Overrides Function ExecuteSelect (
arguments As DataSourceSelectArguments
) As IEnumerable
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