DataRow¶
Represents a row in a DataTable.
Capabilities¶
Row State¶
- DataRow.Delete: Marks the current row as deleted.
- DataRow.Undelete: Removes the deletion mark that was previously set with the DataRow.Delete method.
Conversion¶
- DataRow.toJSON: Returns the current row as a plain JavaScript object.