TypedTableBaseExtensions::OrderByDescending Method
.NET Framework (current version)
Sorts the rows of a TypedTableBase<T> in descending order.
Assembly: System.Data.DataSetExtensions (in System.Data.DataSetExtensions.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | OrderByDescending<TRow, TKey>(TypedTableBase<TRow>^, Func<TRow, TKey>^) | Sorts the rows of a TypedTableBase<T> in descending order according to the specified key. |
![]() ![]() | OrderByDescending<TRow, TKey>(TypedTableBase<TRow>^, Func<TRow, TKey>^, IComparer<TKey>^) | Sorts the rows of a TypedTableBase<T> in descending order according to the specified key and comparer. |
Show:

