EnumerableRowCollectionExtensions::OrderBy Method
.NET Framework (current version)
Sorts the rows of a EnumerableRowCollection in ascending order. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Assembly: System.Data.DataSetExtensions (in System.Data.DataSetExtensions.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | OrderBy<TRow, TKey>(EnumerableRowCollection<TRow>^, Func<TRow, TKey>^) | Sorts the rows of a EnumerableRowCollection in ascending order according to the specified key. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() ![]() | OrderBy<TRow, TKey>(EnumerableRowCollection<TRow>^, Func<TRow, TKey>^, IComparer<TKey>^) | Sorts the rows of a EnumerableRowCollection in ascending order according to the specified key and comparer. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Show:

