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