The properties of the DataRow class are listed below. For a complete list of DataRow class members, see the DataRow Members topic.
HasErrors | Gets a value indicating whether there are errors in a columns collection. |
Item | Overloaded. [To be supplied.]
In C#, this member is the indexer for the DataRow class. |
ItemArray | Gets or sets all of 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 in regards to its relationship to the table. |
Table | Gets the DataTable for which this row has a schema. |