EnumerableRowCollectionExtensions Methods
.NET Framework 4.5
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. |