IEntityCollectionGetDbCount Method (IPredicate) | 
  Gets the amount of Entity objects in the database, when taking into account the filter specified.
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxint GetDbCount(
	IPredicate filter
)
Function GetDbCount ( 
	filter As IPredicate
) As Integer
Parameters
- filter
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
the filter to apply 
Return Value
Type: 
Int32the amount of objects found
See Also