EnumerableRowCollectionExtensions::ThenBy Method
.NET Framework (current version)
Performs a secondary ordering of 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 | |
|---|---|---|
![]() ![]() | ThenBy<TRow, TKey>(OrderedEnumerableRowCollection<TRow>^, Func<TRow, TKey>^) | Performs a secondary ordering of 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. |
![]() ![]() | ThenBy<TRow, TKey>(OrderedEnumerableRowCollection<TRow>^, Func<TRow, TKey>^, IComparer<TKey>^) | Performs a secondary ordering of 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:

