Click or drag to resize

LLBLGenProDataSourceBaseSelect Method

Selects data from the underlying storage using the parameters set. You don't need to call this method if you've setup databinding using DataSourceID values.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public IEnumerable Select()

Return Value

Type: IEnumerable
EntityView/EntityView2 object with the data requested.
See Also