MongoCollectionCount Method |
Name | Description | |
---|---|---|
Count |
Counts the number of documents in this collection.
| |
Count(CountArgs) |
Counts the number of documents in this collection that match a query.
| |
Count(IMongoQuery) |
Counts the number of documents in this collection that match a query.
|