OrderedEnumerableRowCollection<TRow> Methods
.NET Framework 4.5
The OrderedEnumerableRowCollection<TRow> type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
GetEnumerator | Returns an enumerator for the collection of contained row objects. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from EnumerableRowCollection<TRow>.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| 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. (Defined by EnumerableRowCollectionExtensions.) |
|
OrderBy<TRow, TKey>(Func<TRow, TKey>) | Overloaded. 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. (Defined by EnumerableRowCollectionExtensions.) |
|
OrderBy<TRow, TKey>(Func<TRow, TKey>, IComparer<TKey>) | Overloaded. 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. (Defined by EnumerableRowCollectionExtensions.) |
|
OrderByDescending<TRow, TKey>(Func<TRow, TKey>) | Overloaded. 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. (Defined by EnumerableRowCollectionExtensions.) |
|
OrderByDescending<TRow, TKey>(Func<TRow, TKey>, IComparer<TKey>) | Overloaded. 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. (Defined by EnumerableRowCollectionExtensions.) |
|
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. (Defined by EnumerableRowCollectionExtensions.) |
|
ThenBy<TRow, TKey>(Func<TRow, TKey>) | Overloaded. 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. (Defined by EnumerableRowCollectionExtensions.) |
|
ThenBy<TRow, TKey>(Func<TRow, TKey>, IComparer<TKey>) | Overloaded. 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. (Defined by EnumerableRowCollectionExtensions.) |
|
ThenByDescending<TRow, TKey>(Func<TRow, TKey>) | Overloaded. 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. (Defined by EnumerableRowCollectionExtensions.) |
|
ThenByDescending<TRow, TKey>(Func<TRow, TKey>, IComparer<TKey>) | Overloaded. 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. (Defined by EnumerableRowCollectionExtensions.) |
|
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. (Defined by EnumerableRowCollectionExtensions.) |
| Name | Description | |
|---|---|---|
|
IEnumerable.GetEnumerator | Returns an enumerator for the collection of DataRow objects. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from EnumerableRowCollection<TRow>.) |