EntityCollectionBaseTEntityGetDbCount 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.9.0.0 (5.9.0)
Syntaxpublic int GetDbCount(
	IPredicate filter
)
Public 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