| Name | Description |
 | AcceptChanges | Commits all the changes made to this row since the last time System.Data.DataRow.AcceptChanges was called. (Inherited from System.Data.DataRow) |
 | BeginEdit | Starts an edit operation on a System.Data.DataRow object. (Inherited from System.Data.DataRow) |
 | CancelEdit | Cancels the current edit on the row. (Inherited from System.Data.DataRow) |
 | ClearErrors | Clears the errors for the row. This includes the System.Data.DataRow.RowError and errors set with System.Data.DataRow.SetColumnError(System.Int32,System.String). (Inherited from System.Data.DataRow) |
 | Delete | Deletes the System.Data.DataRow. (Inherited from System.Data.DataRow) |
 | EndEdit | Ends the edit occurring on the row. (Inherited from System.Data.DataRow) |
 | GetChildRows | Overloaded. Gets the child rows of a System.Data.DataRow using the specified System.Data.DataRelation.RelationName of a System.Data.DataRelation. (Inherited from System.Data.DataRow) |
 | GetColumnError | Overloaded. Gets the error description for the column specified by index. (Inherited from System.Data.DataRow) |
 | GetColumnsInError | Gets an array of columns that have errors. (Inherited from System.Data.DataRow) |
 | GetParentRow | Overloaded. Gets the parent row of a System.Data.DataRow using the specified System.Data.DataRelation.RelationName of a System.Data.DataRelation. (Inherited from System.Data.DataRow) |
 | GetParentRows | Overloaded. Gets the parent rows of a System.Data.DataRow using the specified System.Data.DataRelation.RelationName of a System.Data.DataRelation. (Inherited from System.Data.DataRow) |
 | HasVersion | Gets a value that indicates whether a specified version exists. (Inherited from System.Data.DataRow) |
 | IsCodeMeaningNull | Gets a value that indicates whether the CompositeInstanceDataSet.ProcedureCodeSequenceDataTable.CodeMeaningColumn contains a null value. |
 | IsCodingSchemaVersionNull | Gets a value that indicates whether the CompositeInstanceDataSet.ProcedureCodeSequenceDataTable.CodingSchemaVersionColumn contains a null value. |
 | IsNull | Overloaded. Gets a value that indicates whether the column at the specified index contains a null value. (Inherited from System.Data.DataRow) |
 | RejectChanges | Rejects all changes made to the row since System.Data.DataRow.AcceptChanges was last called. (Inherited from System.Data.DataRow) |
 | SetAdded | Changes the System.Data.DataRow.Rowstate of a System.Data.DataRow to Added. (Inherited from System.Data.DataRow) |
 | SetCodeMeaningNull | Sets the value of the CompositeInstanceDataSet.ProcedureCodeSequenceDataTable.CodeMeaningColumn to a null value. |
 | SetCodingSchemaVersionNull | Sets the value of the CompositeInstanceDataSet.ProcedureCodeSequenceDataTable.CodingSchemaVersionColumn to a null value. |
 | SetColumnError | Overloaded. Sets the error description for a column specified by index. (Inherited from System.Data.DataRow) |
 | SetModified | Changes the System.Data.DataRow.Rowstate of a System.Data.DataRow to Modified. (Inherited from System.Data.DataRow) |
 | SetParentRow | Overloaded. Sets the parent row of a System.Data.DataRow with specified new parent System.Data.DataRow. (Inherited from System.Data.DataRow) |