|
| Name | Description |
|---|
.gif) .gif) | AcceptChanges | Commits all the changes made to this row since the last time AcceptChanges was called. |
.gif) .gif) | BeginEdit | Starts an edit operation on a DataRow object. |
.gif) .gif) | CancelEdit | Cancels the current edit on the row. |
.gif) .gif) | ClearErrors | Clears the errors for the row. This includes the RowError and errors set with SetColumnError. |
.gif) .gif) | Delete | Deletes the DataRow. |
.gif) .gif) | EndEdit | Ends the edit occurring on the row. |
.gif) .gif) | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
.gif) .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
.gif) .gif) | GetChildRows(DataRelation) | Gets the child rows of this DataRow using the specified DataRelation. |
.gif) .gif) | GetChildRows(String) | Gets the child rows of a DataRow using the specified RelationName of a DataRelation. |
.gif) .gif) | GetChildRows(DataRelation, DataRowVersion) | Gets the child rows of a DataRow using the specified DataRelation, and DataRowVersion. |
.gif) .gif) | GetChildRows(String, DataRowVersion) | Gets the child rows of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion. |
.gif) .gif) | GetColumnError(DataColumn) | Gets the error description of the specified DataColumn. |
.gif) .gif) | GetColumnError(Int32) | Gets the error description for the column specified by index. |
.gif) .gif) | GetColumnError(String) | Gets the error description for a column, specified by name. |
.gif) .gif) | GetColumnsInError | Gets an array of columns that have errors. |
.gif) .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
.gif) .gif) | GetParentRow(DataRelation) | Gets the parent row of a DataRow using the specified DataRelation. |
.gif) .gif) | GetParentRow(String) | Gets the parent row of a DataRow using the specified RelationName of a DataRelation. |
.gif) .gif) | GetParentRow(DataRelation, DataRowVersion) | Gets the parent row of a DataRow using the specified DataRelation, and DataRowVersion. |
.gif) .gif) | GetParentRow(String, DataRowVersion) | Gets the parent row of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion. |
.gif) .gif) | GetParentRows(DataRelation) | Gets the parent rows of a DataRow using the specified DataRelation. |
.gif) .gif) | GetParentRows(String) | Gets the parent rows of a DataRow using the specified RelationName of a DataRelation. |
.gif) .gif) | GetParentRows(DataRelation, DataRowVersion) | Gets the parent rows of a DataRow using the specified DataRelation, and DataRowVersion. |
.gif) .gif) | GetParentRows(String, DataRowVersion) | Gets the parent rows of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion. |
.gif) .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) .gif) | HasVersion | Gets a value that indicates whether a specified version exists. |
.gif) .gif) | IsNull(DataColumn) | Gets a value that indicates whether the specified DataColumn contains a null value. |
.gif) .gif) | IsNull(Int32) | Gets a value that indicates whether the column at the specified index contains a null value. |
.gif) .gif) | IsNull(String) | Gets a value that indicates whether the named column contains a null value. |
.gif) .gif) | IsNull(DataColumn, DataRowVersion) | Gets a value that indicates whether the specified DataColumn and DataRowVersion contains a null value. |
.gif) .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) .gif) | RejectChanges | Rejects all changes made to the row since AcceptChanges was last called. |
.gif) .gif) | SetAdded | Changes the System.Data.DataRow.Rowstate of a DataRow to Added. |
.gif) .gif) | SetColumnError(DataColumn, String) | Sets the error description for a column specified as a DataColumn. |
.gif) .gif) | SetColumnError(Int32, String) | Sets the error description for a column specified by index. |
.gif) .gif) | SetColumnError(String, String) | Sets the error description for a column specified by name. |
.gif) .gif) | SetModified | Changes the System.Data.DataRow.Rowstate of a DataRow to Modified. |
.gif) .gif) | SetNull | Sets the value of the specified DataColumn to a null value. |
.gif) .gif) | SetParentRow(DataRow) | Sets the parent row of a DataRow with specified new parent DataRow. |
.gif) .gif) | SetParentRow(DataRow, DataRelation) | Sets the parent row of a DataRow with specified new parent DataRow and DataRelation. |
.gif) .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) |