HasErrors
Supported by the .NET Compact Framework. |
Gets a value indicating whether there are errors in a row. |
Item |
Overloaded. Gets or sets data stored in a specified column.
In C#, this property is the indexer for the DataRow class. |
ItemArray
Supported by the .NET Compact Framework. |
Gets or sets all of the values for this row through an array. |
RowError
Supported by the .NET Compact Framework. |
Gets or sets the custom error description for a row. |
RowState
Supported by the .NET Compact Framework. |
Gets the current state of the row in regard to its relationship to the DataRowCollection. |
Table
Supported by the .NET Compact Framework. |
Gets the DataTable for which this row has a schema. |
AcceptChanges
Supported by the .NET Compact Framework. |
Commits all the changes made to this row since the last time AcceptChanges was called. |
BeginEdit
Supported by the .NET Compact Framework. |
Begins an edit operation on a DataRow object. |
CancelEdit
Supported by the .NET Compact Framework. |
Cancels the current edit on the row. |
ClearErrors
Supported by the .NET Compact Framework. |
Clears the errors for the row, including the RowError and errors set with SetColumnError. |
Delete
Supported by the .NET Compact Framework. |
Deletes the DataRow. |
EndEdit
Supported by the .NET Compact Framework. |
Ends the edit occurring on the row. |
Equals (inherited from Object)
Supported by the .NET Compact Framework. |
Overloaded. Determines whether two Object instances are equal. |
GetChildRows
Supported by the .NET Compact Framework. |
Overloaded. Gets the child rows of a DataRow. |
GetColumnError
Supported by the .NET Compact Framework. |
Overloaded. Gets the error description for a column. |
GetColumnsInError
Supported by the .NET Compact Framework. |
Gets an array of columns that have errors. |
GetHashCode (inherited from Object)
Supported by the .NET Compact Framework. |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetParentRow
Supported by the .NET Compact Framework. |
Overloaded. Gets the parent row of a DataRow. |
GetParentRows
Supported by the .NET Compact Framework. |
Overloaded. Gets the parent rows of a DataRow. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. |
Gets the Type of the current instance. |
HasVersion
Supported by the .NET Compact Framework. |
Gets a value indicating whether a specified version exists. |
IsNull
Supported by the .NET Compact Framework. |
Overloaded. Gets a value indicating whether the specified column contains a null value. |
RejectChanges
Supported by the .NET Compact Framework. |
Rejects all changes made to the row since AcceptChanges was last called. |
SetColumnError
Supported by the .NET Compact Framework. |
Overloaded. Sets the error description for a column. |
SetParentRow
Supported by the .NET Compact Framework. |
Overloaded. Sets the parent row of a DataRow. |
ToString (inherited from Object)
Supported by the .NET Compact Framework. |
Returns a String that represents the current Object. |
Finalize (inherited from Object)
Supported by the .NET Compact Framework. |
Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. |
Creates a shallow copy of the current Object. |
SetNull
Supported by the .NET Compact Framework. |
Sets the the value of the specified DataColumn to a null value. |