Click or drag to resize
ITypedViewGetDbCount Method
Gets the amount of rows in the database for this typed view, not skipping duplicates

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
int GetDbCount()

Return Value

Type: Int32
the number of rows in the set defined by the passed in query elements
See Also