QueryableExtensionMethods.MinByAsync Method |
Name | Description | |
---|---|---|
![]() ![]() | MinByAsync<TSource, TKey>(IQueryable<TSource>, Expression<Func<TSource, TKey>>) |
Async variant of Queryable.MinBy
|
![]() ![]() | MinByAsync<TSource, TKey>(IQueryable<TSource>, Expression<Func<TSource, TKey>>, CancellationToken) |
Async variant of Queryable.MinBy
|