IRepository(T, TKey).Count Method

MongoRepository

IRepositoryT, TKeyCount Method
Counts the total entities in the repository.

Namespace: MongoRepository
Assembly: MongoRepository.Net45 (in MongoRepository.Net45.dll) Version: 1.6.11.0 (1.6.11.0)
Syntax
long Count()
Function Count As Long
long long Count()
abstract Count : unit -> int64 

Return Value

Type: Int64
Count of entities in the repository.
See Also