.NET Framework Class Library 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.

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

Syntax
<ExtensionAttribute> _
Public NotInheritable Class EnumerableRowCollectionExtensions
public static class EnumerableRowCollectionExtensions
[ExtensionAttribute]
public ref class EnumerableRowCollectionExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type EnumerableRowCollectionExtensions = class end
The EnumerableRowCollectionExtensions type exposes the following members.

Methods
|
| Name | Description |
|---|
.gif) .gif) | Cast<(Of <(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. | .gif) .gif) | OrderBy<(Of <(TRow, TKey>)>)(EnumerableRowCollection<(Of <(TRow>)>), Func<(Of <(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. | .gif) .gif) | OrderBy<(Of <(TRow, TKey>)>)(EnumerableRowCollection<(Of <(TRow>)>), Func<(Of <(TRow, TKey>)>), IComparer<(Of <(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. | .gif) .gif) | OrderByDescending<(Of <(TRow, TKey>)>)(EnumerableRowCollection<(Of <(TRow>)>), Func<(Of <(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. | .gif) .gif) | OrderByDescending<(Of <(TRow, TKey>)>)(EnumerableRowCollection<(Of <(TRow>)>), Func<(Of <(TRow, TKey>)>), IComparer<(Of <(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. | .gif) .gif) | Select<(Of <(TRow, S>)>) | Projects each element of an EnumerableRowCollection<(Of <(TRow>)>) into a new form. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. | .gif) .gif) | ThenBy<(Of <(TRow, TKey>)>)(OrderedEnumerableRowCollection<(Of <(TRow>)>), Func<(Of <(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. | .gif) .gif) | ThenBy<(Of <(TRow, TKey>)>)(OrderedEnumerableRowCollection<(Of <(TRow>)>), Func<(Of <(TRow, TKey>)>), IComparer<(Of <(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. | .gif) .gif) | ThenByDescending<(Of <(TRow, TKey>)>)(OrderedEnumerableRowCollection<(Of <(TRow>)>), Func<(Of <(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. | .gif) .gif) | ThenByDescending<(Of <(TRow, TKey>)>)(OrderedEnumerableRowCollection<(Of <(TRow>)>), Func<(Of <(TRow, TKey>)>), IComparer<(Of <(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. | .gif) .gif) | Where<(Of <(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. | Top

Remarks

Version Information
.NET FrameworkSupported in: 4, 3.5 .NET Framework Client ProfileSupported in: 4, 3.5 SP1

Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), 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.

Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also
|
Biblioteca de clases de .NET Framework EnumerableRowCollectionExtensions (Clase) Contiene los métodos de extensión para las clases de colección de filas de datos. Esta API admite la infraestructura de .NET Framework y no está previsto su uso directo desde el código.

Jerarquía de herencia
Espacio de nombres:
System.Data
Ensamblado:
System.Data.DataSetExtensions (en System.Data.DataSetExtensions.dll)

Sintaxis
<ExtensionAttribute> _
Public NotInheritable Class EnumerableRowCollectionExtensions
public static class EnumerableRowCollectionExtensions
[ExtensionAttribute]
public ref class EnumerableRowCollectionExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type EnumerableRowCollectionExtensions = class end
El tipo EnumerableRowCollectionExtensions expone los siguientes miembros.

Métodos
|
| Nombre | Descripción |
|---|
.gif) .gif) | Cast<(Of <(TResult>)>) | Convierte los elementos de una colección EnumerableRowCollection en el tipo especificado. Esta API admite la infraestructura de .NET Framework y no está previsto su uso directo desde el código. | .gif) .gif) | OrderBy<(Of <(TRow, TKey>)>)(EnumerableRowCollection<(Of <(TRow>)>), Func<(Of <(TRow, TKey>)>)) | Ordena las filas de una colección EnumerableRowCollection en orden ascendente según la clave especificada. Esta API admite la infraestructura de .NET Framework y no está previsto su uso directo desde el código. | .gif) .gif) | OrderBy<(Of <(TRow, TKey>)>)(EnumerableRowCollection<(Of <(TRow>)>), Func<(Of <(TRow, TKey>)>), IComparer<(Of <(TKey>)>)) | Ordena las filas de una colección EnumerableRowCollection en orden ascendente según la clave y el comparador especificados. Esta API admite la infraestructura de .NET Framework y no está previsto su uso directo desde el código. | .gif) .gif) | OrderByDescending<(Of <(TRow, TKey>)>)(EnumerableRowCollection<(Of <(TRow>)>), Func<(Of <(TRow, TKey>)>)) | Ordena las filas de una colección EnumerableRowCollection en orden descendente según la clave especificada. Esta API admite la infraestructura de .NET Framework y no está previsto su uso directo desde el código. | .gif) .gif) | OrderByDescending<(Of <(TRow, TKey>)>)(EnumerableRowCollection<(Of <(TRow>)>), Func<(Of <(TRow, TKey>)>), IComparer<(Of <(TKey>)>)) | Ordena las filas de una colección EnumerableRowCollection en orden descendente según la clave y el comparador especificados. Esta API admite la infraestructura de .NET Framework y no está previsto su uso directo desde el código. | .gif) .gif) | Select<(Of <(TRow, S>)>) | Proyecta cada elemento de una colección EnumerableRowCollection<(Of <(TRow>)>) en un nuevo formulario. Esta API admite la infraestructura de .NET Framework y no está previsto su uso directo desde el código. | .gif) .gif) | ThenBy<(Of <(TRow, TKey>)>)(OrderedEnumerableRowCollection<(Of <(TRow>)>), Func<(Of <(TRow, TKey>)>)) | Realiza una ordenación secundaria de las filas de una colección EnumerableRowCollection en orden ascendente y según la clave especificada. Esta API admite la infraestructura de .NET Framework y no está previsto su uso directo desde el código. | .gif) .gif) | ThenBy<(Of <(TRow, TKey>)>)(OrderedEnumerableRowCollection<(Of <(TRow>)>), Func<(Of <(TRow, TKey>)>), IComparer<(Of <(TKey>)>)) | Realiza una ordenación secundaria de las filas de una colección EnumerableRowCollection en orden ascendente y según la clave y el comparador especificados. Esta API admite la infraestructura de .NET Framework y no está previsto su uso directo desde el código. | .gif) .gif) | ThenByDescending<(Of <(TRow, TKey>)>)(OrderedEnumerableRowCollection<(Of <(TRow>)>), Func<(Of <(TRow, TKey>)>)) | Realiza una ordenación secundaria de las filas de una colección EnumerableRowCollection en orden descendente y según la clave especificada. Esta API admite la infraestructura de .NET Framework y no está previsto su uso directo desde el código. | .gif) .gif) | ThenByDescending<(Of <(TRow, TKey>)>)(OrderedEnumerableRowCollection<(Of <(TRow>)>), Func<(Of <(TRow, TKey>)>), IComparer<(Of <(TKey>)>)) | Realiza una ordenación secundaria de las filas de una colección EnumerableRowCollection en orden descendente y según la clave y el comparador especificados. Esta API admite la infraestructura de .NET Framework y no está previsto su uso directo desde el código. | .gif) .gif) | Where<(Of <(TRow>)>) | Filtra una secuencia de filas basándose en el predicado especificado. Esta API admite la infraestructura de .NET Framework y no está previsto su uso directo desde el código. | Arriba

Comentarios

Información de versión
.NET FrameworkCompatible con: 4, 3.5 .NET Framework Client ProfileCompatible con: 4, 3.5 SP1

Plataformas
Windows 7, Windows Vista SP1 o posterior, Windows XP SP3, Windows Server 2008 (no se admite Server Core), Windows Server 2008 R2 (se admite Server Core con SP1 o posterior), Windows Server 2003 SP2
.NET Framework no admite todas las versiones de todas las plataformas. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.

Seguridad para subprocesos
Todos los miembros static ( Shared en Visual Basic) públicos de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.

Vea también
|