TypedTableBaseExtensions 클래스

정의

클래스에 대한 확장 메서드를 TypedTableBase<T> 포함합니다.

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

설명

클래스에는 형식화된 데이터 집합에 AsEnumerable 대한 메서드 및 표준 쿼리 작업을 정의하는 정적 확장 메서드가 포함되어 있습니다.

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

메서드

Name Description
AsEnumerable<TRow>(TypedTableBase<TRow>)

제네릭 매개 변수 DataRowT 가 있는 개체의 TypedTableBase<T> 데이터 행 요소를 열거하고 반환 EnumerableRowCollection<TRow> 합니다. 이 개체는 LINQ 식 또는 메서드 쿼리에서 사용할 수 있습니다.

ElementAtOrDefault<TRow>(TypedTableBase<TRow>, Int32)

행이 범위를 벗어나면 시퀀스의 지정된 행에 있는 요소 또는 기본값을 반환합니다.

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

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

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

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

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

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

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

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

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

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

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

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

적용 대상

추가 정보