Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
int GetDbCount(
	IPredicate filter
)

Parameters

filter
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
the filter to apply

Return Value

Type: Int32
the amount of objects found
See Also