Sugerir traducción
 
Otros han sugerido:

progress indicator
No hay más sugerencias.
Evaluar y enviar comentarios
Contraer todo/Expandir todo Contraer todo
Ver contenido:  en paraleloVer contenido: en paralelo
.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.

System..::.Object
  System.Data..::.EnumerableRowCollectionExtensions

Namespace:  System.Data
Assembly:  System.Data.DataSetExtensions (in System.Data.DataSetExtensions.dll)
Visual Basic
<ExtensionAttribute> _
Public NotInheritable Class EnumerableRowCollectionExtensions
C#
public static class EnumerableRowCollectionExtensions
Visual C++
[ExtensionAttribute]
public ref class EnumerableRowCollectionExtensions abstract sealed
F#
[<AbstractClass>]
[<Sealed>]
type EnumerableRowCollectionExtensions =  class end

The EnumerableRowCollectionExtensions type exposes the following members.

  NameDescription
Public methodStatic memberCast<(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.
Public methodStatic memberOrderBy<(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.
Public methodStatic memberOrderBy<(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.
Public methodStatic memberOrderByDescending<(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.
Public methodStatic memberOrderByDescending<(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.
Public methodStatic memberSelect<(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.
Public methodStatic memberThenBy<(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.
Public methodStatic memberThenBy<(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.
Public methodStatic memberThenByDescending<(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.
Public methodStatic memberThenByDescending<(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.
Public methodStatic memberWhere<(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

The EnumerableRowCollectionExtensions class contains static extension methods that define the Cast<(Of <(TResult>)>) method and standard query operations for the EnumerableRowCollection<(Of <(TRow>)>) and OrderedEnumerableRowCollection<(Of <(TRow>)>) classes.

This class cannot be inherited and cannot be instantiated.

.NET Framework

Supported in: 4, 3.5

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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.

System..::.Object
  System.Data..::.EnumerableRowCollectionExtensions

Espacio de nombres:  System.Data
Ensamblado:  System.Data.DataSetExtensions (en System.Data.DataSetExtensions.dll)
Visual Basic
<ExtensionAttribute> _
Public NotInheritable Class EnumerableRowCollectionExtensions
C#
public static class EnumerableRowCollectionExtensions
Visual C++
[ExtensionAttribute]
public ref class EnumerableRowCollectionExtensions abstract sealed
F#
[<AbstractClass>]
[<Sealed>]
type EnumerableRowCollectionExtensions =  class end

El tipo EnumerableRowCollectionExtensions expone los siguientes miembros.

  NombreDescripción
Método públicoMiembro estáticoCast<(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.
Método públicoMiembro estáticoOrderBy<(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.
Método públicoMiembro estáticoOrderBy<(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.
Método públicoMiembro estáticoOrderByDescending<(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.
Método públicoMiembro estáticoOrderByDescending<(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.
Método públicoMiembro estáticoSelect<(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.
Método públicoMiembro estáticoThenBy<(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.
Método públicoMiembro estáticoThenBy<(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.
Método públicoMiembro estáticoThenByDescending<(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.
Método públicoMiembro estáticoThenByDescending<(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.
Método públicoMiembro estáticoWhere<(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

La clase EnumerableRowCollectionExtensions contiene métodos de extensión estáticos que definen el método Cast<(Of <(TResult>)>) y las operaciones de consulta estándar para las clases EnumerableRowCollection<(Of <(TRow>)>) y OrderedEnumerableRowCollection<(Of <(TRow>)>).

Esta clase no se puede heredar ni se pueden crear instancias de ella.

.NET Framework

Compatible con: 4, 3.5

.NET Framework Client Profile

Compatible con: 4, 3.5 SP1

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.
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.
Contenido de la comunidad   ¿Qué es Community Content?
Agregar contenido nuevo RSS  Anotaciones
Processing
© 2012 Microsoft. Reservados todos los derechos. Términos de uso | Marcas Registradas | Privacidad
Page view tracker