EntityCollectionBaseTEntityGetList Method  | 
 
            Returns an 
IList that can be bound to a data source from an object that does not implement an 
IList itself.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
SyntaxPublic Function GetList As IList
Return Value
Type: 
IList
            An 
IList that can be bound to a data source from the object.
            
Implements
IListSourceGetList
See Also