MongoQueryable.MaxAsync Method |
Name | Description | |
---|---|---|
![]() ![]() | MaxAsync<TSource>(IMongoQueryable<TSource>, CancellationToken) |
Returns the maximum value in a generic IMongoQueryable<T>.
|
![]() ![]() | MaxAsync<TSource, TResult>(IMongoQueryable<TSource>, Expression<Func<TSource, TResult>>, CancellationToken) |
Invokes a projection function on each element of a generic IMongoQueryable<T> and returns the maximum resulting value.
|