AsyncQueryable.OrderByDescending<TSource, TKey> Method (IAsyncQueryable<TSource>, Expression<Func<TSource, TKey>>) |
Namespace: System.Linq
public static IOrderedAsyncQueryable<TSource> OrderByDescending<TSource, TKey>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, TKey>> keySelector )