Click or drag to resize

EntityCollectionBaseTEntityGetDbCount Method

Gets the amount of Entity objects in the database.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public int GetDbCount()

Return Value

Type: Int32
the amount of objects found
See Also