TypedListBaseTGetDbCount Method  | 
 Gets the number of rows in the database for this typed list, not skipping duplicates
 
    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 GetDbCount As Integer
Return Value
Type: 
Int32the number of rows in the set defined by the passed in query elements
Implements
ITypedListLgpGetDbCount
See Also