NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataRow Methods

The methods of the DataRow class are listed below. For a complete list of DataRow class members, see the DataRow Members topic.

Public:

AcceptChanges Commits all the changes made to this row since the last time AcceptChanges was called.
BeginEdit Begins an edit operation on a DataRow object.
CancelEdit Cancels the current edit on the row.
ClearErrors Clears the errors for the row.
Delete Deletes the row.
EndEdit Ends the edit occurring on the row.
Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
GetChildRows Overloaded. Gets the child rows of this DataRow using the specified DataRelation.
GetColumnError Overloaded. Gets the error description for a column.
GetColumnsInError Gets an array of columns that have errors.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetParentRow Overloaded. Gets the parent row of this DataRow using the specified DataRelation.
GetParentRows Overloaded. Gets the parent rows of this DataRow using the specified DataRelation.
GetType (inherited from Object) Gets the Type of the Object.
HasVersion Gets a value indicating whether a specified version exists.
IsNull Overloaded. Gets a value indicating whether the specified column contains a null value.
RejectChanges Rejects all changes made to the row since AcceptChanges was last called.
SetColumnError Overloaded. Sets the error description for a column.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected:

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
SetNull Sets the specified column's value to a null value.

See Also

DataRow Class | System.Data Namespace