EnumerableRowCollectionExtensions Class
Contains the extension methods for the data row collection classes. 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)
The EnumerableRowCollectionExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | Cast<TResult> | 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> | 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> | 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. |
The EnumerableRowCollectionExtensions class contains static extension methods that define the Cast<TResult> method and standard query operations for the EnumerableRowCollection<TRow> and OrderedEnumerableRowCollection<TRow> classes.
This class cannot be inherited and cannot be instantiated.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
