EnumerableRowCollectionExtensions Methods
Assembly: System.Data.DataSetExtensions (in System.Data.DataSetExtensions.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Cast<TResult>(EnumerableRowCollection^) | Converts the elements of an EnumerableRowCollection to the specified type. 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>^) | 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. |
![]() ![]() | OrderByDescending<TRow, TKey>(EnumerableRowCollection<TRow>^, Func<TRow, TKey>^) | Sorts the rows of a EnumerableRowCollection in descending order according to the specified key. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() ![]() | OrderByDescending<TRow, TKey>(EnumerableRowCollection<TRow>^, Func<TRow, TKey>^, IComparer<TKey>^) | Sorts the rows of a EnumerableRowCollection in descending 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. |
![]() ![]() | Select<TRow, S>(EnumerableRowCollection<TRow>^, Func<TRow, S>^) | Projects each element of an EnumerableRowCollection<TRow> into a new form. 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>^) | 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. |
![]() ![]() | ThenByDescending<TRow, TKey>(OrderedEnumerableRowCollection<TRow>^, Func<TRow, TKey>^) | Performs a secondary ordering of the rows of a EnumerableRowCollection in descending order according to the specified key. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() ![]() | ThenByDescending<TRow, TKey>(OrderedEnumerableRowCollection<TRow>^, Func<TRow, TKey>^, IComparer<TKey>^) | Performs a secondary ordering of the rows of a EnumerableRowCollection in descending 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. |
![]() ![]() | Where<TRow>(EnumerableRowCollection<TRow>^, Func<TRow, Boolean>^) | Filters a sequence of rows based on the specified predicate. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |

