![]() ![]() | ||
The DataRow class represents a data row of data in a data table. Here is the inheritance hierarchy of this class:
Object DataRow
You can find the more notable public properties of DataRow objects in Table 22.31 and their more notable methods in Table 22.32. (This class has no non-inherited events.)
Property |
Means |
---|---|
HasErrors |
Indicates if there are errors in the row. |
Item |
Gets/sets data in a specified column. |
ItemArray |
Gets/sets all the data in a row. |
RowError |
Gets/sets a row's error description. |
RowState |
Gets the current state of a row. |
Table |
Gets the table that contains this row. |
![]() ![]() | ||