| TypedListBaseTGetDbCount Method (Boolean) | 
 Gets the number of rows in the database for this typed list.
 
    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 int GetDbCount(
	bool allowDuplicates
)
Public Function GetDbCount ( 
	allowDuplicates As Boolean
) As Integer
Parameters
- allowDuplicates
 - Type: SystemBoolean
Flag to allow duplicate rows (true) or not (false) 
Return Value
Type: 
Int32the number of rows in the set defined by the passed in query elements
Implements
ITypedListLgpGetDbCount(Boolean)
See Also