다음을 통해 공유


DataRowView 멤버

DataRow의 사용자 지정 뷰를 나타냅니다.

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

Public 속성

  이름 설명
Public property Supported by the .NET Compact Framework DataView 이 행이 속한 DataView를 가져옵니다.
Public property Supported by the .NET Compact Framework IsEdit 행이 편집 모드인지 여부를 나타냅니다.
Public property Supported by the .NET Compact Framework IsNew DataRowView가 새 행인지 여부를 나타냅니다.
Public property Supported by the .NET Compact Framework Item 오버로드되었습니다. 지정된 열에 있는 값을 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework Row 표시되는 DataRow를 가져옵니다.
Public property Supported by the .NET Compact Framework RowVersion DataRow에 대한 현재 버전 설명을 가져옵니다.

위쪽

Public 메서드

( Protected 메서드 참조)

  이름 설명
Public method Supported by the .NET Compact Framework BeginEdit 편집 절차를 시작합니다.
Public method Supported by the .NET Compact Framework CancelEdit 편집 절차를 취소합니다.
Public method Supported by the .NET Compact Framework CreateChildView 오버로드되었습니다. 자식 DataTable에 대한 DataView를 반환합니다.
Public method Supported by the .NET Compact Framework Delete 행을 삭제합니다.
Public method Supported by the .NET Compact Framework EndEdit 편집 절차를 끝냅니다.
Public method Supported by the .NET Compact Framework Equals 오버로드되었습니다. 재정의되었습니다. 현재 DataRowView가 지정된 개체와 같은지 여부를 나타내는 값을 가져옵니다.
Public method Supported by the .NET Compact Framework GetHashCode 재정의되었습니다. DataRow 개체의 해시 코드를 반환합니다.
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  현재 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에서 상속됨)

위쪽

Public 이벤트

  이름 설명
Public event Supported by the .NET Compact Framework PropertyChanged DataRowView 속성이 변경되면 발생하는 이벤트입니다.

위쪽

명시적 인터페이스 구현

  이름 설명
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.ICustomTypeDescriptor.GetAttributes 이 멤버에 대한 설명은 ICustomTypeDescriptor.GetAttributes를 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.ICustomTypeDescriptor.GetClassName 이 멤버에 대한 설명은 ICustomTypeDescriptor.GetClassName을 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.ICustomTypeDescriptor.GetComponentName 이 멤버에 대한 설명은 ICustomTypeDescriptor.GetComponentName을 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.ICustomTypeDescriptor.GetConverter 이 멤버에 대한 설명은 ICustomTypeDescriptor.GetConverter를 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent 이 멤버에 대한 설명은 ICustomTypeDescriptor.GetDefaultEvent를 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty 이 멤버에 대한 설명은 ICustomTypeDescriptor.GetDefaultProperty를 참조하십시오.
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.ICustomTypeDescriptor.GetEditor 이 멤버에 대한 설명은 ICustomTypeDescriptor.GetEditor를 참조하십시오.
Explicit interface implementation Supported by the .NET Compact Framework System.ComponentModel.ICustomTypeDescriptor.GetEvents 오버로드되었습니다.  
Explicit interface implementation Supported by the .NET Compact Framework System.ComponentModel.ICustomTypeDescriptor.GetProperties 오버로드되었습니다.  
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner 이 멤버에 대한 설명은 ICustomTypeDescriptor.GetPropertyOwner를 참조하십시오.
Explicit interface implementation Property Supported by the .NET Compact Framework System.ComponentModel.IDataErrorInfo.Error 이 멤버에 대한 설명은 IDataErrorInfo.Error를 참조하십시오.
Explicit interface implementation Property Supported by the .NET Compact Framework System.ComponentModel.IDataErrorInfo.Item 이 멤버에 대한 설명은 IDataErrorInfo.Item을 참조하십시오.

위쪽

참고 항목

참조

DataRowView 클래스
System.Data 네임스페이스
DataRow 클래스