AsyncQueryableMaxByTSource, TKey Method (IAsyncQueryableTSource, ExpressionFuncTSource, TKey) |
Namespace: System.Linq
public static Task<IList<TSource>> MaxBy<TSource, TKey>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, TKey>> keySelector )