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.4.0.0 (5.4.0)
Syntax public IEnumerable Select()
Public Function Select As IEnumerable
Return Value
Type:
IEnumerableEntityView/EntityView2 object with the data requested.
See Also