Click or drag to resize
EntityCollectionBaseTEntityGetDbCount Method
Overload List
  NameDescription
Explicit interface implementationPrivate methodIEntityCollectionGetDbCount
Gets the amount of Entity objects in the database.
Explicit interface implementationPrivate methodIEntityCollectionGetDbCount(IPredicate)
Gets the amount of Entity objects in the database, when taking into account the filter specified.
Explicit interface implementationPrivate methodIEntityCollectionGetDbCount(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