Click or drag to resize

EntityCollectionBase<TEntity>.GetDbCount Method

Overload List
  NameDescription
Explicit interface implementationPrivate methodIEntityCollection.GetDbCount()
Gets the amount of Entity objects in the database.
Explicit interface implementationPrivate methodIEntityCollection.GetDbCount(IPredicate)
Gets the amount of Entity objects in the database, when taking into account the filter specified.
Explicit interface implementationPrivate methodIEntityCollection.GetDbCount(IPredicate, IRelationCollection)
Gets the amount of Entity objects in the database, when taking into account the filter specified and the relations specified.
Top
See Also