| EntityCollectionBase<TEntity>.IEntityCollection.GetDbCount Method  | 
 Gets the amount of Entity objects in the database.
 
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxint IEntityCollection.GetDbCount()
Private Function GetDbCount As Integer
	Implements IEntityCollection.GetDbCount
Return Value
Type: 
Int32the amount of objects found
Implements
IEntityCollection.GetDbCount()
See Also