DataRow Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
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 | Overloaded. Determines whether two Object instances are equal. (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. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (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. |
![]() ![]() ![]() | ReferenceEquals | Determines whether the specified Object instances are the same instance. (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. |
![]() ![]() | SetParentRow | Overloaded. Sets the parent row of a DataRow. |
![]() ![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | SetNull | Sets the value of the specified DataColumn to a null value. |
Show: