TypedTableBaseExtensions::OrderByDescending Method

 

Sorts the rows of a TypedTableBase<T> in descending order.

Namespace:   System.Data
Assembly:  System.Data.DataSetExtensions (in System.Data.DataSetExtensions.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticOrderByDescending<TRow, TKey>(TypedTableBase<TRow>^, Func<TRow, TKey>^)

Sorts the rows of a TypedTableBase<T> in descending order according to the specified key.

System_CAPS_pubmethodSystem_CAPS_staticOrderByDescending<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.

Return to top
Show: