TypedTableBaseExtensions::OrderBy Method

 

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

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

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

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

System_CAPS_pubmethodSystem_CAPS_staticOrderBy<TRow, TKey>(TypedTableBase<TRow>^, Func<TRow, TKey>^, IComparer<TKey>^)

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

Return to top
Show: