This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
DataRow Members
Public:
Properties
HasErrors |
Gets a value indicating whether there are errors in a columns collection. |
Item |
Overloaded. [To be supplied.]
In C#, this member is the indexer for the DataRow class.
|
ItemArray |
Gets or sets all of the values for this row through an array. |
RowError |
Gets or sets the custom error description for a row. |
RowState |
Gets the current state of the row in regards to its relationship to the table. |
Table |
Gets the DataTable for which this row has a schema. |
Methods
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:
Methods
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