Name | Description | |
---|---|---|
AcceptChanges | Marks the row as unchanged. | |
ClearErrors | Clears the errors for the row. This includes the RowError and errors set with SetColumnError. | |
Delete | Removes this row from its parent table. | |
GetChildRows | Overloaded. Gets the child rows of this DataRow using the specified DataRelation. | |
GetColumnError | Overloaded. Gets the error description of the specified DataColumn. | |
GetColumnsInError | Gets an array of columns that have errors. | |
GetParentRow | Overloaded. Gets the parent row of this DataRow using the specified DataRelation. | |
GetRowView | Overloaded. Gets a dynamically-built object suitable for data-binding scenarios. | |
SetColumnError | Overloaded. Sets the error description for a column specified as a DataColumn. |