다음을 통해 공유


DataView 멤버

정렬, 필터링, 검색, 편집 및 탐색을 위해 데이터 바인딩할 수 있는 DataTable의 사용자 지정 뷰를 나타냅니다.

다음 표에서는 DataView 형식에 의해 노출되는 멤버를 보여 줍니다.

Public 생성자

  이름 설명
Public method Supported by the .NET Compact Framework DataView 오버로드되었습니다. DataView 클래스의 새 인스턴스를 초기화합니다.

위쪽

Public 속성

( Protected 속성 참조)

  이름 설명
Public property Supported by the .NET Compact Framework AllowDelete 삭제가 허용되는지 여부를 나타내는 값을 설정하거나 가져옵니다.
Public property Supported by the .NET Compact Framework AllowEdit 편집이 허용되는지 여부를 나타내는 값을 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework AllowNew AddNew 메서드를 사용하여 새 행을 추가할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework ApplyDefaultSort 기본 정렬을 사용할지 여부를 나타내는 값을 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework Container  구성 요소의 컨테이너를 가져옵니다.(MarshalByValueComponent에서 상속됨)
Public property Supported by the .NET Compact Framework Count RowFilterRowStateFilter를 적용한 다음 DataView의 레코드 수를 가져옵니다.
Public property Supported by the .NET Compact Framework DataViewManager 이 뷰와 관련된 DataViewManager를 가져옵니다.
Public property Supported by the .NET Compact Framework DesignMode  구성 요소가 현재 디자인 모드에 있는지 여부를 나타내는 값을 가져옵니다.(MarshalByValueComponent에서 상속됨)
Public property Supported by the .NET Compact Framework IsInitialized 구성 요소가 초기화되었는지 여부를 나타내는 값을 가져옵니다.
Public property Supported by the .NET Compact Framework Item 지정된 테이블에서 데이터 행을 가져옵니다.
Public property Supported by the .NET Compact Framework RowFilter DataView에 표시할 행을 필터링하는 데 사용하는 식을 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework RowStateFilter DataView에 사용되는 행 상태 필터를 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework Site  구성 요소의 사이트를 가져오거나 설정합니다.(MarshalByValueComponent에서 상속됨)
Public property Supported by the .NET Compact Framework Sort DataView에 대한 정렬 열과 정렬 순서를 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework Table 소스 DataTable을 가져오거나 설정합니다.

위쪽

Protected 속성

  이름 설명
Protected property Supported by the .NET Compact Framework Events  이 구성 요소에 연결된 이벤트 처리기의 목록을 가져옵니다.(MarshalByValueComponent에서 상속됨)
Protected property Supported by the .NET Compact Framework IsOpen 데이터 소스가 현재 열려 있고 DataTable에 데이터 뷰를 표시하는지 여부를 나타내는 값을 가져옵니다.

위쪽

Public 메서드

( Protected 메서드 참조)

  이름 설명
Public method Supported by the .NET Compact Framework AddNew 새 행을 DataView에 추가합니다.
Public method Supported by the .NET Compact Framework BeginInit 폼이나 다른 구성 요소에서 사용하는 DataView의 초기화를 시작합니다. 초기화는 런타임에 발생합니다.
Public method Supported by the .NET Compact Framework CopyTo 항목을 배열로 복사합니다. Web Form 인터페이스 전용입니다.
Public method Supported by the .NET Compact Framework Delete 지정된 인덱스의 행을 삭제합니다.
Public method Supported by the .NET Compact Framework Dispose 오버로드되었습니다. DataView 개체에서 사용하는 리소스(메모리 제외)를 삭제합니다.
Public method Supported by the .NET Compact Framework EndInit 폼에 사용되거나 다른 구성 요소에서 사용하는 DataView의 초기화를 끝냅니다. 초기화는 런타임에 발생합니다.
Public method Supported by the .NET Compact Framework Equals 오버로드되었습니다. 지정된 개체가 동일한지 여부를 확인합니다.
Public method Supported by the .NET Compact Framework Find 오버로드되었습니다. 지정된 정렬 키 값에 따라 DataView에서 행을 찾습니다.
Public method Supported by the .NET Compact Framework FindRows 오버로드되었습니다. 열 값이 지정된 정렬 키 값과 일치하는 DataRowView 개체의 배열을 반환합니다.
Public method Supported by the .NET Compact Framework GetEnumerator DataView에 대한 열거자를 가져옵니다.
Public method Supported by the .NET Compact Framework GetHashCode  특정 형식에 대한 해시 함수로 사용되며 GetHashCode는 해시 알고리즘 및 해시 테이블과 같은 데이터 구조에 사용하기 적당합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetService  IServiceProvider의 구현자를 가져옵니다. (MarshalByValueComponent에서 상속됨)
Public method Supported by the .NET Compact Framework GetType  현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework ToString  Component의 이름이 포함된 String을 반환합니다. 이 메서드는 재정의할 수 없습니다. (MarshalByValueComponent에서 상속됨)
Public method Supported by the .NET Compact Framework ToTable 오버로드되었습니다. 기존 DataView의 행을 기준으로 새 DataTable을 만들어서 반환합니다.

위쪽

Protected 메서드

  이름 설명
Protected method Supported by the .NET Compact Framework Close DataView를 닫습니다.
Protected method Supported by the .NET Compact Framework ColumnCollectionChanged DataColumnCollection를 성공적으로 변경한 후 발생합니다.
Protected method Supported by the .NET Compact Framework Dispose 오버로드되었습니다. 재정의되었습니다. DataView 개체에서 사용하는 리소스(메모리 제외)를 삭제합니다.
Protected method Supported by the .NET Compact Framework Finalize  [To be supplied.] (MarshalByValueComponent에서 상속됨)
Protected method Supported by the .NET Compact Framework IndexListChanged DataView를 성공적으로 변경한 후 발생합니다.
Protected method Supported by the .NET Compact Framework MemberwiseClone  현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)
Protected method Supported by the .NET Compact Framework OnListChanged ListChanged 이벤트를 발생시킵니다.
Protected method Supported by the .NET Compact Framework Open DataView를 엽니다.
Protected method Supported by the .NET Compact Framework Reset 내부 전용으로 예약되었습니다.
Protected method Supported by the .NET Compact Framework UpdateIndex 오버로드되었습니다. 내부 전용으로 예약되었습니다.

위쪽

Public 이벤트

  이름 설명
Public event Supported by the .NET Compact Framework Disposed  구성 요소에 대한 Disposed 이벤트를 수신하는 이벤트 처리기를 추가합니다.(MarshalByValueComponent에서 상속됨)
Public event Supported by the .NET Compact Framework Initialized DataView의 초기화가 완료되면 발생합니다.
Public event Supported by the .NET Compact Framework ListChanged DataView에서 관리하는 목록이 변경될 때 발생합니다.

위쪽

명시적 인터페이스 구현

  이름 설명
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Add 이 멤버에 대한 설명은 IList.Add를 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Clear 이 멤버에 대한 설명은 IList.Clear를 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Contains 이 멤버에 대한 설명은 IList.Contains를 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.IndexOf 이 멤버에 대한 설명은 IList.IndexOf를 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Insert 이 멤버에 대한 설명은 IList.Insert를 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Remove 이 멤버에 대한 설명은 IList.Remove를 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.RemoveAt 이 멤버에 대한 설명은 IList.RemoveAt을 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.IBindingList.AddIndex 이 멤버에 대한 설명은 IBindingList.AddIndex를 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.IBindingList.AddNew 이 멤버에 대한 설명은 IBindingList.AddNew를 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.IBindingList.ApplySort 이 멤버에 대한 설명은 IBindingList.ApplySort를 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.IBindingList.Find 이 멤버에 대한 설명은 IBindingList.Find를 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.IBindingList.RemoveIndex 이 멤버에 대한 설명은 IBindingList.RemoveIndex를 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.IBindingList.RemoveSort 이 멤버에 대한 설명은 IBindingList.RemoveSort를 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.IBindingListView.ApplySort 이 멤버에 대한 설명은 IBindingListView.ApplySort를 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.IBindingListView.RemoveFilter 이 멤버에 대한 설명은 IBindingListView.RemoveFilter를 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.ITypedList.GetItemProperties 이 멤버에 대한 설명은 ITypedList.GetItemProperties를 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.ITypedList.GetListName 이 멤버에 대한 설명은 ITypedList.GetListName을 참조하십시오.
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.ICollection.IsSynchronized 이 멤버에 대한 설명은 ICollection.IsSynchronized를 참조하십시오.
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.ICollection.SyncRoot 이 멤버에 대한 설명은 ICollection.SyncRoot를 참조하십시오.
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.IList.IsFixedSize 이 멤버에 대한 설명은 IList.IsFixedSize를 참조하십시오.
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.IList.IsReadOnly 이 멤버에 대한 설명은 IList.IsReadOnly를 참조하십시오.
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.IList.Item 이 멤버에 대한 설명은 IList.Item을 참조하십시오.
Explicit interface implementation Property Supported by the .NET Compact Framework System.ComponentModel.IBindingList.AllowEdit 이 멤버에 대한 설명은 IBindingList.AllowEdit을 참조하십시오.
Explicit interface implementation Property Supported by the .NET Compact Framework System.ComponentModel.IBindingList.AllowNew 이 멤버에 대한 설명은 IBindingList.AllowNew를 참조하십시오.
Explicit interface implementation Property Supported by the .NET Compact Framework System.ComponentModel.IBindingList.AllowRemove 이 멤버에 대한 설명은 IBindingList.AllowRemove를 참조하십시오.
Explicit interface implementation Property Supported by the .NET Compact Framework System.ComponentModel.IBindingList.IsSorted 이 멤버에 대한 설명은 IBindingList.IsSorted를 참조하십시오.
Explicit interface implementation Property Supported by the .NET Compact Framework System.ComponentModel.IBindingList.SortDirection 이 멤버에 대한 설명은 IBindingList.SortDirection을 참조하십시오.
Explicit interface implementation Property Supported by the .NET Compact Framework System.ComponentModel.IBindingList.SortProperty 이 멤버에 대한 설명은 IBindingList.SortProperty를 참조하십시오.
Explicit interface implementation Property Supported by the .NET Compact Framework System.ComponentModel.IBindingList.SupportsChangeNotification 이 멤버에 대한 설명은 IBindingList.SupportsChangeNotification을 참조하십시오.
Explicit interface implementation Property Supported by the .NET Compact Framework System.ComponentModel.IBindingList.SupportsSearching 이 멤버에 대한 설명은 IBindingList.SupportsSearching을 참조하십시오.
Explicit interface implementation Property Supported by the .NET Compact Framework System.ComponentModel.IBindingList.SupportsSorting 이 멤버에 대한 설명은 IBindingList.SupportsSorting을 참조하십시오.
Explicit interface implementation Property Supported by the .NET Compact Framework System.ComponentModel.IBindingListView.Filter 이 멤버에 대한 설명은 IBindingListView.Filter를 참조하십시오.
Explicit interface implementation Property Supported by the .NET Compact Framework System.ComponentModel.IBindingListView.SortDescriptions 이 멤버에 대한 설명은 IBindingListView.SortDescriptions를 참조하십시오.
Explicit interface implementation Property Supported by the .NET Compact Framework System.ComponentModel.IBindingListView.SupportsAdvancedSorting 이 멤버에 대한 설명은 IBindingListView.SupportsAdvancedSorting을 참조하십시오.
Explicit interface implementation Property Supported by the .NET Compact Framework System.ComponentModel.IBindingListView.SupportsFiltering 이 멤버에 대한 설명은 IBindingListView.SupportsFiltering을 참조하십시오.

위쪽

참고 항목

참조

DataView 클래스
System.Data 네임스페이스
DataSet 클래스
DataTable 클래스
DataViewManager