다음을 통해 공유


DataRow 멤버

DataTable의 데이터 행을 나타냅니다.

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

Protected 생성자

  이름 설명
Protected method Supported by the .NET Compact Framework DataRow DataRow의 새 인스턴스를 초기화합니다. 작성기에서 행을 생성합니다. 내부 전용입니다.

위쪽

Public 속성

  이름 설명
Public property Supported by the .NET Compact Framework HasErrors 행에 오류가 있는지 여부를 나타내는 값을 가져옵니다.
Public property Supported by the .NET Compact Framework Item 오버로드되었습니다. 지정된 열에 저장된 데이터를 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework ItemArray 배열을 통해 이 행의 모든 값을 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework RowError 행에 대한 사용자 지정 오류 설명을 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework RowState DataRowCollection과의 관계와 관련하여 행의 현재 상태를 가져옵니다.
Public property Supported by the .NET Compact Framework Table 이 행에 스키마가 있는 DataTable을 가져옵니다.

위쪽

Public 메서드

( Protected 메서드 참조)

  이름 설명
Public method Supported by the .NET Compact Framework AcceptChanges AcceptChanges가 마지막으로 호출된 이후 이 행에서 변경된 내용을 모두 커밋합니다.
Public method Supported by the .NET Compact Framework BeginEdit DataRow 개체에 대한 편집 작업을 시작합니다.
Public method Supported by the .NET Compact Framework CancelEdit 행의 현재 편집을 취소합니다.
Public method Supported by the .NET Compact Framework ClearErrors 행의 오류를 지웁니다. 여기에는 RowErrorSetColumnError와 함께 설정된 오류가 포함됩니다.
Public method Supported by the .NET Compact Framework Delete DataRow를 삭제합니다.
Public method Supported by the .NET Compact Framework EndEdit 행에서 수행 중인 편집을 끝냅니다.
Public method Supported by the .NET Compact Framework Equals  오버로드되었습니다. 두 개의 Object 인스턴스가 같은지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetChildRows 오버로드되었습니다. DataRow의 자식 행을 가져옵니다.
Public method Supported by the .NET Compact Framework GetColumnError 오버로드되었습니다. 열에 대한 오류 설명을 가져옵니다.
Public method Supported by the .NET Compact Framework GetColumnsInError 오류가 있는 열로 이루어진 배열을 가져옵니다.
Public method Supported by the .NET Compact Framework GetHashCode  특정 형식에 대한 해시 함수로 사용되며 GetHashCode는 해시 알고리즘 및 해시 테이블과 같은 데이터 구조에 사용하기 적당합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetParentRow 오버로드되었습니다. DataRow의 부모 행을 가져옵니다.
Public method Supported by the .NET Compact Framework GetParentRows 오버로드되었습니다. DataRow의 부모 행을 가져옵니다.
Public method Supported by the .NET Compact Framework GetType  현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework HasVersion 지정된 버전이 있는지 여부를 나타내는 값을 가져옵니다.
Public method Supported by the .NET Compact Framework IsNull 오버로드되었습니다. 지정된 열에 null 값이 있는지 여부를 나타내는 값을 가져옵니다.
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 SetAdded DataRowRowstateAdded로 변경합니다.
Public method Supported by the .NET Compact Framework SetColumnError 오버로드되었습니다. 열에 대한 오류 설명을 설정합니다.
Public method Supported by the .NET Compact Framework SetModified DataRowRowstateModified로 변경합니다.
Public method Supported by the .NET Compact Framework SetParentRow 오버로드되었습니다. DataRow의 부모 행을 설정합니다.
Public method Supported by the .NET Compact Framework ToString  현재 Object를 나타내는 String을 반환합니다. (Object에서 상속됨)

위쪽

Protected 메서드

  이름 설명
Protected method Supported by the .NET Compact Framework Finalize  가비지 수집기에서 Object를 회수하기 전에 Object가 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Protected method Supported by the .NET Compact Framework MemberwiseClone  현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)
Protected method Supported by the .NET Compact Framework SetNull 지정된 DataColumn의 값을 null 값으로 설정합니다.

위쪽

참고 항목

참조

DataRow 클래스
System.Data 네임스페이스
AcceptChanges
Add
DataColumnCollection 클래스
DataColumn 클래스
DataRowView
DataTable
HasVersion
IsNull
Item
NewRow
DataRowCollection