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