| TypedListBaseTFill Method  | 
 Fills itself with data. it builds a dynamic query and loads itself with that query. Will use no sort filter, no select filter, 
            will allow duplicate rows and will not limit the amount of rows returned
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
SyntaxPublic Function Fill As Boolean
Return Value
Type: 
Booleantrue if fill succeeded, false otherwise
Implements
ITypedListLgpFill
See Also