Queryable.ThenByDescending Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Performs a subsequent ordering of the elements in a sequence in descending 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 | |
|---|---|---|
|
ThenByDescending<TSource, TKey>(IOrderedQueryable<TSource>, Expression<Func<TSource, TKey>>) | Performs a subsequent ordering of the elements in a sequence in descending order, according to a key. |
|
ThenByDescending<TSource, TKey>(IOrderedQueryable<TSource>, Expression<Func<TSource, TKey>>, IComparer<TKey>) | Performs a subsequent ordering of the elements in a sequence in descending order by using a specified comparer. |
Show: