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