TypedTableBaseExtensions 클래스

정의

TypedTableBase<T> 클래스에 대한 확장 메서드가 들어 있습니다.

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

설명

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

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

메서드

AsEnumerable<TRow>(TypedTableBase<TRow>)

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

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

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

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

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

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

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

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

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

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

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

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

TypedTableBase<T>의 각 요소를 새 폼에 프로젝션합니다.

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

지정된 조건자에 따라 행 시퀀스를 필터링합니다.

적용 대상

추가 정보