IMongoCollectionExtensions.CountAsync Method |
Name | Description | |
---|---|---|
CountAsync<TDocument>(IMongoCollection<TDocument>, Expression<Func<TDocument, Boolean>>, CountOptions, CancellationToken) | Obsolete.
Counts the number of documents in the collection.
| |
CountAsync<TDocument>(IMongoCollection<TDocument>, IClientSessionHandle, Expression<Func<TDocument, Boolean>>, CountOptions, CancellationToken) | Obsolete.
Counts the number of documents in the collection.
|