다음을 통해 공유


DataTable 멤버

메모리에 있는 데이터로 구성된 하나의 테이블을 나타냅니다.

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

Public 생성자

( Protected 생성자 참조)

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

위쪽

Protected 생성자

  이름 설명
Protected method DataTable 오버로드되었습니다. DataTable 클래스의 새 인스턴스를 초기화합니다.

위쪽

Protected 필드

  이름 설명
Protected field Supported by the .NET Compact Framework fInitInProgress  

위쪽

Public 속성

( Protected 속성 참조)

  이름 설명
Public property Supported by the .NET Compact Framework CaseSensitive 테이블 내의 문자열을 비교할 때 대/소문자를 구분할지 여부를 나타냅니다.
Public property Supported by the .NET Compact Framework ChildRelations DataTable에 대한 자식 관계 컬렉션을 가져옵니다.
Public property Supported by the .NET Compact Framework Columns 이 테이블에 속한 열의 컬렉션을 가져옵니다.
Public property Supported by the .NET Compact Framework Constraints 이 테이블이 유지하는 제약 조건의 컬렉션을 가져옵니다.
Public property Supported by the .NET Compact Framework Container  구성 요소의 컨테이너를 가져옵니다.(MarshalByValueComponent에서 상속됨)
Public property Supported by the .NET Compact Framework DataSet 이 테이블이 속한 DataSet을 가져옵니다.
Public property Supported by the .NET Compact Framework DefaultView 필터링된 뷰를 포함할 수 있는 테이블의 사용자 지정 뷰 또는 커서 위치를 가져옵니다.
Public property Supported by the .NET Compact Framework DesignMode  구성 요소가 현재 디자인 모드에 있는지 여부를 나타내는 값을 가져옵니다.(MarshalByValueComponent에서 상속됨)
Public property Supported by the .NET Compact Framework DisplayExpression 이 테이블을 사용자 인터페이스에 나타내는 데 사용되는 값을 반환하는 식을 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework ExtendedProperties 사용자 지정 사용자 정보 컬렉션을 가져옵니다.
Public property Supported by the .NET Compact Framework HasErrors 해당 테이블이 속하는 DataSet의 테이블에 있는 행에 오류가 있는지 여부를 나타내는 값을 가져옵니다.
Public property Supported by the .NET Compact Framework IsInitialized DataTable이 초기화되어 있는지 여부를 나타내는 값을 가져옵니다.
Public property Supported by the .NET Compact Framework Locale 테이블 내의 문자열을 비교하는 데 사용되는 로캘 정보를 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework MinimumCapacity 이 테이블에 대한 초기 시작 크기를 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework Namespace DataTable에 저장된 데이터의 XML 표현에 대한 네임스페이스를 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework ParentRelations DataTable에 대한 부모 관계 컬렉션을 가져옵니다.
Public property Supported by the .NET Compact Framework Prefix DataTable에 저장된 데이터의 XML 표현에 대한 네임스페이스를 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework PrimaryKey 데이터 테이블에 대한 기본 키로 사용되는 열의 배열을 가져오거나 설정합니다.
Public property RemotingFormat serialization 형식을 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework Rows 이 테이블에 속한 행의 컬렉션을 가져옵니다.
Public property Supported by the .NET Compact Framework Site DataTable에 대한 System.ComponentModel.ISite를 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework TableName DataTable의 이름을 가져오거나 설정합니다.

위쪽

Protected 속성

  이름 설명
Protected property Supported by the .NET Compact Framework Events  이 구성 요소에 연결된 이벤트 처리기의 목록을 가져옵니다.(MarshalByValueComponent에서 상속됨)

위쪽

Public 메서드

( Protected 메서드 참조)

  이름 설명
Public method Supported by the .NET Compact Framework AcceptChanges AcceptChanges가 마지막으로 호출된 이후 이 테이블에서 변경된 내용을 모두 커밋합니다.
Public method Supported by the .NET Compact Framework BeginInit 폼에 사용되거나 다른 구성 요소에서 사용하는 DataTable의 초기화를 시작합니다. 초기화는 런타임에 발생합니다.
Public method Supported by the .NET Compact Framework BeginLoadData 데이터를 로드하는 동안 알림, 인덱스 유지 관리 및 제약 조건 기능을 해제합니다.
Public method Supported by the .NET Compact Framework Clear DataTable의 모든 데이터를 지웁니다.
Public method Supported by the .NET Compact Framework Clone 모든 DataTable 스키마, 관계 및 제약 조건을 포함하여 DataTable의 구조를 복제합니다.
Public method Supported by the .NET Compact Framework Compute 필터 조건을 전달하는 현재 행에서 지정된 식을 계산합니다.
Public method Supported by the .NET Compact Framework Copy DataTable의 구조와 데이터를 모두 복사합니다.
Public method Supported by the .NET Compact Framework CreateDataReader DataTable의 데이터에 해당하는 DataTableReader를 반환합니다.
Public method Supported by the .NET Compact Framework Dispose  오버로드되었습니다. MarshalByValueComponent에서 사용하는 리소스를 해제합니다. (MarshalByValueComponent에서 상속됨)
Public method Supported by the .NET Compact Framework EndInit 폼에 사용되거나 다른 구성 요소에서 사용하는 DataTable의 초기화를 끝냅니다. 초기화는 런타임에 발생합니다.
Public method Supported by the .NET Compact Framework EndLoadData 데이터를 로드한 후 알림, 인덱스 유지 관리 및 제약 조건 기능을 설정합니다.
Public method Supported by the .NET Compact Framework Equals  오버로드되었습니다. 두 개의 Object 인스턴스가 같은지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetChanges 오버로드되었습니다. 마지막으로 로드되거나 AcceptChanges가 호출된 후에 변경된 내용이 모두 들어 있는 DataTable의 복사본을 가져옵니다.
Public method Static Supported by the .NET Compact Framework GetDataTableSchema 이 메서드는 웹 서비스의 DataTable을 설명하는 WSDL이 포함된 XmlSchemaSet 인스턴스를 반환합니다.
Public method Supported by the .NET Compact Framework GetErrors 오류가 있는 DataRow 개체로 이루어진 배열을 가져옵니다.
Public method Supported by the .NET Compact Framework GetHashCode  특정 형식에 대한 해시 함수로 사용되며 GetHashCode는 해시 알고리즘 및 해시 테이블과 같은 데이터 구조에 사용하기 적당합니다. (Object에서 상속됨)
Public method GetObjectData DataTable을 serialize하는 데 필요한 데이터를 사용하여 serialization 정보를 채웁니다.
Public method Supported by the .NET Compact Framework GetService  IServiceProvider의 구현자를 가져옵니다. (MarshalByValueComponent에서 상속됨)
Public method Supported by the .NET Compact Framework GetType  현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework ImportRow 원래 값 및 현재 값과 모든 속성 설정을 그대로 유지한 상태로 DataRowDataTable에 복사합니다.
Public method Supported by the .NET Compact Framework Load 오버로드되었습니다. 제공된 IDataReader를 사용해서 DataTable을 데이터 소스의 값으로 채웁니다. DataTable에 이미 행이 포함되어 있으면 데이터 소스에서 들어오는 데이터가 기존 행과 병합됩니다.
Public method Supported by the .NET Compact Framework LoadDataRow 오버로드되었습니다. 특정 행을 찾아 업데이트합니다. 일치하는 행을 찾지 못하면 지정된 값을 사용하여 새 행을 만듭니다.
Public method Supported by the .NET Compact Framework Merge 오버로드되었습니다. 지정된 DataTable을 현재 DataTable과 병합합니다.
Public method Supported by the .NET Compact Framework NewRow 테이블과 동일한 스키마를 갖는 새 DataRow를 만듭니다.
Public method Supported by the .NET Compact Framework ReadXml 오버로드되었습니다. XML 스키마와 데이터를 DataTable으로 읽어옵니다.
Public method Supported by the .NET Compact Framework ReadXmlSchema 오버로드되었습니다. XML 스키마를 DataTable으로 읽어옵니다.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework RejectChanges 테이블이 로드된 이후 또는 AcceptChanges가 마지막으로 호출된 이후에 변경된 내용을 모두 롤백합니다.
Public method Supported by the .NET Compact Framework Reset DataTable을 원래 상태로 다시 설정합니다.
Public method Supported by the .NET Compact Framework Select 오버로드되었습니다. DataRow 개체의 배열을 가져옵니다.
Public method Supported by the .NET Compact Framework ToString 재정의되었습니다. 연결된 문자열이 있는 경우 TableNameDisplayExpression을 가져옵니다.
Public method Supported by the .NET Compact Framework WriteXml 오버로드되었습니다. DataTable의 현재 내용을 XML로 씁니다.
Public method Supported by the .NET Compact Framework WriteXmlSchema 오버로드되었습니다. DataTable의 현재 데이터 구조를 XML 스키마로 씁니다.

위쪽

Protected 메서드

  이름 설명
Protected method Supported by the .NET Compact Framework CreateInstance  
Protected method Supported by the .NET Compact Framework Dispose  오버로드되었습니다. MarshalByValueComponent에서 사용하는 리소스를 해제합니다. (MarshalByValueComponent에서 상속됨)
Protected method Supported by the .NET Compact Framework Finalize  [To be supplied.] (MarshalByValueComponent에서 상속됨)
Protected method Supported by the .NET Compact Framework GetRowType  
Protected method Supported by the .NET Compact Framework GetSchema  
Protected method Supported by the .NET Compact Framework MemberwiseClone  현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)
Protected method Supported by the .NET Compact Framework NewRowArray  
Protected method Supported by the .NET Compact Framework NewRowFromBuilder 기존 행에서 새 행을 만듭니다.
Protected method Supported by the .NET Compact Framework OnColumnChanged ColumnChanged 이벤트를 발생시킵니다.
Protected method Supported by the .NET Compact Framework OnColumnChanging ColumnChanging 이벤트를 발생시킵니다.
Protected method Supported by the .NET Compact Framework OnPropertyChanging PropertyChanged 이벤트를 발생시킵니다.
Protected method OnRemoveColumn DataColumn이 제거 중임을 DataTable에 알립니다.
Protected method Supported by the .NET Compact Framework OnRowChanged RowChanged 이벤트를 발생시킵니다.
Protected method Supported by the .NET Compact Framework OnRowChanging RowChanging 이벤트를 발생시킵니다.
Protected method Supported by the .NET Compact Framework OnRowDeleted RowDeleted 이벤트를 발생시킵니다.
Protected method Supported by the .NET Compact Framework OnRowDeleting RowDeleting 이벤트를 발생시킵니다.
Protected method Supported by the .NET Compact Framework OnTableCleared TableCleared 이벤트를 발생시킵니다.
Protected method Supported by the .NET Compact Framework OnTableClearing TableClearing 이벤트를 발생시킵니다.
Protected method Supported by the .NET Compact Framework OnTableNewRow TableNewRow 이벤트를 발생시킵니다.
Protected method Supported by the .NET Compact Framework ReadXmlSerializable  

위쪽

Public 이벤트

  이름 설명
Public event Supported by the .NET Compact Framework ColumnChanged DataRow에 있는 지정된 DataColumn의 값이 변경된 후 발생합니다.
Public event Supported by the .NET Compact Framework ColumnChanging DataRow에 있는 지정된 DataColumn의 값이 변경될 때 발생합니다.
Public event Supported by the .NET Compact Framework Disposed  구성 요소에 대한 Disposed 이벤트를 수신하는 이벤트 처리기를 추가합니다.(MarshalByValueComponent에서 상속됨)
Public event Supported by the .NET Compact Framework Initialized DataTable이 초기화된 후 발생합니다.
Public event Supported by the .NET Compact Framework RowChanged DataRow를 성공적으로 변경한 후 발생합니다.
Public event Supported by the .NET Compact Framework RowChanging DataRow가 변경될 때 발생합니다.
Public event Supported by the .NET Compact Framework RowDeleted 테이블의 행이 삭제된 후 발생합니다.
Public event Supported by the .NET Compact Framework RowDeleting 테이블의 행이 삭제되기 직전에 발생합니다.
Public event Supported by the .NET Compact Framework TableCleared DataTable이 지워진 다음 발생합니다.
Public event Supported by the .NET Compact Framework TableClearing DataTable이 지워질 때 발생합니다.
Public event Supported by the .NET Compact Framework TableNewRow DataRow가 삽입될 때 발생합니다.

위쪽

명시적 인터페이스 구현

  이름 설명
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.IListSource.GetList 이 멤버에 대한 설명은 GetList를 참조하십시오.
Explicit interface implementation Method System.Runtime.Serialization.ISerializable.GetObjectData  
Explicit interface implementation Method Supported by the .NET Compact Framework System.Xml.Serialization.IXmlSerializable.GetSchema 이 멤버에 대한 설명은 GetSchema를 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Xml.Serialization.IXmlSerializable.ReadXml 이 멤버에 대한 설명은 ReadXml을 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Xml.Serialization.IXmlSerializable.WriteXml 이 멤버에 대한 설명은 WriteXml을 참조하십시오.
Explicit interface implementation Property Supported by the .NET Compact Framework System.ComponentModel.IListSource.ContainsListCollection 이 멤버에 대한 설명은 ContainsListCollection을 참조하십시오.

위쪽

참고 항목

참조

DataTable 클래스
System.Data 네임스페이스

기타 리소스

DataTable 작성 및 사용