MongoQueryable.CountAsync Method |
Name | Description | |
---|---|---|
![]() ![]() | CountAsync<TSource>(IMongoQueryable<TSource>, CancellationToken) |
Returns the number of elements in a sequence.
|
![]() ![]() | CountAsync<TSource>(IMongoQueryable<TSource>, Expression<Func<TSource, Boolean>>, CancellationToken) |
Returns the number of elements in the specified sequence that satisfies a condition.
|