DataRowView Properties
.NET Framework 4.5
The DataRowView type exposes the following members.
| 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 | Gets the error message for the property with the given name. |