This documentation is archived and is not being maintained.
Queryable::ThenByDescending Method
Visual Studio 2010
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: