DataRowView Properties
.NET Framework (current version)
Namespace:
System.Data
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | DataView | Gets the DataView to which this row belongs. |
![]() | IsEdit | Indicates whether the row is in edit mode. |
![]() | IsNew | Indicates whether a DataRowView is new. |
![]() | Item[Int32] | Gets or sets a value in a specified column. |
![]() | Item[String^] | Gets or sets a value in a specified column. |
![]() | Row | Gets the DataRow being viewed. |
![]() | RowVersion | Gets the current version description of the DataRow. |
| Name | Description | |
|---|---|---|
![]() ![]() | IDataErrorInfo::Error | Gets a message that describes any validation errors for the object. |
![]() ![]() | IDataErrorInfo::Item[String^] | Gets the error message for the property with the given name. |
Show:


