EnumerableRowCollection 클래스

정의

LINQ to DataSet 쿼리에서 반환된 DataRow 개체의 컬렉션을 나타냅니다. 이 API는 .NET 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

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
상속
EnumerableRowCollection
파생
구현

설명

EnumerableRowCollection 캐스트 연산이 확장 메서드 내에서 가로챌 수 있도록 진입점을 제공 합니다. 파생된 제네릭 클래스 EnumerableRowCollection<TRow> 는 실제로 .NET에서 쿼리 결과를 포함하는 데 사용됩니다.

이 클래스는 인스턴스화할 수 없습니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

명시적 인터페이스 구현

IEnumerable.GetEnumerator()

DataRow 개체의 컬렉션에 대한 열거자를 반환합니다. 이 API는 .NET 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

확장 메서드

Cast<TResult>(EnumerableRowCollection)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

EnumerableRowCollection의 요소를 지정된 형식으로 변환합니다.

Cast<TResult>(IEnumerable)

IEnumerable의 요소를 지정된 형식으로 캐스팅합니다.

OfType<TResult>(IEnumerable)

지정된 형식에 따라 IEnumerable의 요소를 필터링합니다.

AsParallel(IEnumerable)

쿼리를 병렬화할 수 있도록 합니다.

AsQueryable(IEnumerable)

IEnumerableIQueryable로 변환합니다.

적용 대상

추가 정보