Click or drag to resize
AsyncQueryable.OrderBy Method
Overload List
  NameDescription
Public methodStatic memberOrderBy<TSource, TKey>(IAsyncQueryable<TSource>, Expression<Func<TSource, TKey>>)
Public methodStatic memberOrderBy<TSource, TKey>(IAsyncQueryable<TSource>, Expression<Func<TSource, TKey>>, IComparer<TKey>)
Top
See Also