Queryable::OrderBy Method
.NET Framework (current version)
Sorts the elements of a sequence in ascending order.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | OrderBy<TSource, TKey>(IQueryable<TSource>^, Expression<Func<TSource, TKey>^>^) | Sorts the elements of a sequence in ascending order according to a key. |
![]() ![]() | OrderBy<TSource, TKey>(IQueryable<TSource>^, Expression<Func<TSource, TKey>^>^, IComparer<TKey>^) | Sorts the elements of a sequence in ascending order by using a specified comparer. |
Show:

