Queryable.OrderBy Method
Sorts the elements of a sequence in ascending order.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |