DataRow Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| HasErrors | Gets a value that indicates whether there are errors in a row. |
| Item | Overloaded. Gets or sets data stored in a specified column. |
| ItemArray | Gets or sets all the values for this row through an array. |
| RowError | Gets or sets the custom error description for a row. |
| RowState | Gets the current state of the row with regard to its relationship to the DataRowCollection. |
| Table | Gets the DataTable for which this row has a schema. |