EnumerableRowCollection Classe
Definição
Representa uma coleção de objetos DataRow retornada por uma consulta LINQ to DataSet.Represents a collection of DataRow objects returned from a LINQ to DataSet query. Esta API dá suporte à infraestrutura do .NET e não se destina a ser usada diretamente do seu código.This API supports the .NET infrastructure and is not intended to be used directly from your code.
public ref class EnumerableRowCollection abstract : System::Collections::IEnumerable
public abstract class EnumerableRowCollection : System.Collections.IEnumerable
type EnumerableRowCollection = class
interface IEnumerable
Public MustInherit Class EnumerableRowCollection
Implements IEnumerable
- Herança
-
EnumerableRowCollection
- Derivado
- Implementações
Comentários
EnumerableRowCollection fornece um ponto de entrada para que a operação de conversão possa ser interceptada dentro de um método de extensão.EnumerableRowCollection provides an entry point so that the cast operation can be intercepted within an extension method. A classe genérica derivada EnumerableRowCollection<TRow> é realmente usada pelo .net para conter os resultados de uma consulta.The derived generic class EnumerableRowCollection<TRow> is actually used by .NET to contain the results of a query.
Não é possível criar uma instância dessa classe.This class cannot be instantiated.
Métodos
Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |
Implantações explícitas de interface
IEnumerable.GetEnumerator() |
Retorna um enumerador para a coleção de objetos DataRow.Returns an enumerator for the collection of DataRow objects. Esta API dá suporte à infraestrutura do .NET e não se destina a ser usada diretamente do seu código.This API supports the .NET infrastructure and is not intended to be used directly from your code. |
Métodos de Extensão
Cast<TResult>(EnumerableRowCollection) |
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código. Converte os elementos de um EnumerableRowCollection para o tipo especificado.Converts the elements of an EnumerableRowCollection to the specified type. |
Cast<TResult>(IEnumerable) |
Converte os elementos de um IEnumerable para o tipo especificado.Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Filtra os elementos de um IEnumerable com base em um tipo especificado.Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Habilita a paralelização de uma consulta.Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Converte um IEnumerable em um IQueryable.Converts an IEnumerable to an IQueryable. |