EnumerableRowCollectionExtensions Methods

 

Namespace:   System.Data
Assembly:  System.Data.DataSetExtensions (in System.Data.DataSetExtensions.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCast<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.

System_CAPS_pubmethodSystem_CAPS_staticOrderBy<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.

System_CAPS_pubmethodSystem_CAPS_staticOrderBy<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.

System_CAPS_pubmethodSystem_CAPS_staticOrderByDescending<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.

System_CAPS_pubmethodSystem_CAPS_staticOrderByDescending<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.

System_CAPS_pubmethodSystem_CAPS_staticSelect<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.

System_CAPS_pubmethodSystem_CAPS_staticThenBy<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.

System_CAPS_pubmethodSystem_CAPS_staticThenBy<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.

System_CAPS_pubmethodSystem_CAPS_staticThenByDescending<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.

System_CAPS_pubmethodSystem_CAPS_staticThenByDescending<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.

System_CAPS_pubmethodSystem_CAPS_staticWhere<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.

Return to top
Show: