The following tables list the members exposed by DataRow.
Public Properties
| Name | Description |
| HasErrors | Gets a value that indicates whether there are errors in a row. |
| Item | Overloaded. Gets or sets the value stored in this row for a given column. |
| ItemArray | Gets or sets an array of objects that represent the data stored in this row. |
| RowError | Gets or sets the custom error description for a row. |
| RowState | Gets a DataRowState value that determines the state of this row. |
| Table | Gets a reference to the DataTable that contains this row. |
Top
Public Methods
Public Events
See Also