MongoQueryable.AnyAsync Method |
Name | Description | |
---|---|---|
![]() ![]() | AnyAsync<TSource>(IMongoQueryable<TSource>, CancellationToken) |
Determines whether a sequence contains any elements.
|
![]() ![]() | AnyAsync<TSource>(IMongoQueryable<TSource>, Expression<Func<TSource, Boolean>>, CancellationToken) |
Determines whether any element of a sequence satisfies a condition.
|