EnumerableRowCollectionExtensions 클래스

정의

데이터 행 컬렉션 클래스에 대한 확장 메서드를 포함합니다.

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

public ref class EnumerableRowCollectionExtensions abstract sealed
public static class EnumerableRowCollectionExtensions
type EnumerableRowCollectionExtensions = class
Public Module EnumerableRowCollectionExtensions
상속
EnumerableRowCollectionExtensions

설명

클래스에는 EnumerableRowCollectionExtensions 메서드 및 클래스에 Cast 대한 표준 쿼리 작업을 정의하는 정적 확장 메서드가 EnumerableRowCollection<TRow>OrderedEnumerableRowCollection<TRow> 포함되어 있습니다.

이 클래스는 상속할 수 없으며 인스턴스화할 수 없습니다.

메서드

Name Description
Cast<TResult>(EnumerableRowCollection)

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

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

OrderBy<TRow,TKey>(EnumerableRowCollection<TRow>, Func<TRow,TKey>, IComparer<TKey>)

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

지정된 키와 비교자에 EnumerableRowCollection 따라 오름차순으로 행을 정렬합니다.

OrderBy<TRow,TKey>(EnumerableRowCollection<TRow>, Func<TRow,TKey>)

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

지정된 키에 EnumerableRowCollection 따라 오름차순으로 행을 정렬합니다.

OrderByDescending<TRow,TKey>(EnumerableRowCollection<TRow>, Func<TRow,TKey>, IComparer<TKey>)

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

지정된 키와 비교자에 EnumerableRowCollection 따라 내림차순으로 행을 정렬합니다.

OrderByDescending<TRow,TKey>(EnumerableRowCollection<TRow>, Func<TRow,TKey>)

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

지정된 키에 EnumerableRowCollection 따라 내림차순으로 행을 정렬합니다.

Select<TRow,S>(EnumerableRowCollection<TRow>, Func<TRow,S>)

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

각 요소를 EnumerableRowCollection<TRow> 새 양식으로 투영합니다.

ThenBy<TRow,TKey>(OrderedEnumerableRowCollection<TRow>, Func<TRow,TKey>, IComparer<TKey>)

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

지정된 키 및 비교자에 따라 오름차순으로 EnumerableRowCollection 행의 보조 순서를 수행합니다.

ThenBy<TRow,TKey>(OrderedEnumerableRowCollection<TRow>, Func<TRow,TKey>)

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

지정된 키에 따라 오름차순으로 EnumerableRowCollection 행의 보조 순서를 수행합니다.

ThenByDescending<TRow,TKey>(OrderedEnumerableRowCollection<TRow>, Func<TRow,TKey>, IComparer<TKey>)

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

지정된 키 및 비교자에 따라 내림차순으로 EnumerableRowCollection 행의 보조 순서를 수행합니다.

ThenByDescending<TRow,TKey>(OrderedEnumerableRowCollection<TRow>, Func<TRow,TKey>)

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

지정된 키에 따라 내림차순으로 EnumerableRowCollection 행의 보조 순서를 수행합니다.

Where<TRow>(EnumerableRowCollection<TRow>, Func<TRow,Boolean>)

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

지정된 조건자를 기반으로 행 시퀀스를 필터링합니다.

적용 대상

추가 정보