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(Int32, String).
Delete()Deletes the DataRow.
EndEdit()Ends the edit occurring on the row.
Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object) GetChildRows(DataRelation, DataRowVersion)Gets the child rows of a DataRow using the specified DataRelation, and DataRowVersion.
GetChildRows(DataRelation)Gets the child rows of this DataRow using the specified DataRelation.
GetChildRows(String, DataRowVersion)Gets the child rows of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion.
GetChildRows(String)Gets the child rows of a DataRow using the specified RelationName of a DataRelation.
GetColumnError(DataColumn)Gets the error description of the specified DataColumn.
GetColumnError(Int32)Gets the error description for the column specified by index.
GetColumnError(String)Gets the error description for a column, specified by name.
GetColumnsInError()Gets an array of columns that have errors.
GetHashCode()Serves as the default hash function.
(Inherited from Object) GetParentRow(DataRelation, DataRowVersion)Gets the parent row of a DataRow using the specified DataRelation, and DataRowVersion.
GetParentRow(DataRelation)Gets the parent row of a DataRow using the specified DataRelation.
GetParentRow(String, DataRowVersion)Gets the parent row of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion.
GetParentRow(String)Gets the parent row of a DataRow using the specified RelationName of a DataRelation.
GetParentRows(DataRelation, DataRowVersion)Gets the parent rows of a DataRow using the specified DataRelation, and DataRowVersion.
GetParentRows(DataRelation)Gets the parent rows of a DataRow using the specified DataRelation.
GetParentRows(String, DataRowVersion)Gets the parent rows of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion.
GetParentRows(String)Gets the parent rows of a DataRow using the specified RelationName of a DataRelation.
GetType()Gets the Type of the current instance.
(Inherited from Object) HasVersion(DataRowVersion)Gets a value that indicates whether a specified version exists.
IsNull(DataColumn, DataRowVersion)Gets a value that indicates whether the specified DataColumn and DataRowVersion contains a null value.
IsNull(DataColumn)Gets a value that indicates whether the specified DataColumn contains a null value.
IsNull(Int32)Gets a value that indicates whether the column at the specified index contains a null value.
IsNull(String)Gets a value that indicates whether the named 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
.
Sets the error description for a column specified as a DataColumn.
SetColumnError(Int32, String)Sets the error description for a column specified by index.
SetColumnError(String, String)Sets the error description for a column specified by name.
SetModified()Changes the RowState of a DataRow to Modified
.
Sets the value of the specified DataColumn to a null value.
SetParentRow(DataRow, DataRelation)Sets the parent row of a DataRow with specified new parent DataRow and DataRelation.
SetParentRow(DataRow)Sets the parent row of a DataRow with specified new parent DataRow.
ToString()Returns a string that represents the current object.
(Inherited from Object) Field<T>(DataRow, DataColumn, DataRowVersion)Provides strongly-typed access to each of the column values in the specified row. The Field<T>(DataRow, DataColumn, DataRowVersion) method also supports nullable types.
Field<T>(DataRow, DataColumn)Provides strongly-typed access to each of the column values in the specified row. The Field<T>(DataRow, DataColumn) method also supports nullable types.
Field<T>(DataRow, Int32, DataRowVersion)Provides strongly-typed access to each of the column values in the specified row. The Field<T>(DataRow, Int32, DataRowVersion) method also supports nullable types.
Field<T>(DataRow, Int32)Provides strongly typed access to each of the column values in the specified row. The Field<T>(DataRow, Int32) method also supports nullable types.
Field<T>(DataRow, String, DataRowVersion)Provides strongly-typed access to each of the column values in the specified row. The Field<T>(DataRow, String, DataRowVersion) method also supports nullable types.
Field<T>(DataRow, String)Provides strongly-typed access to each of the column values in the specified row. The Field<T>(DataRow, String) method also supports nullable types.
SetField<T>(DataRow, DataColumn, T)Sets a new value for the specified column in the DataRow. The SetField<T>(DataRow, DataColumn, T) method also supports nullable types.
SetField<T>(DataRow, Int32, T)Sets a new value for the specified column in the DataRow the method is called on. The SetField<T>(DataRow, Int32, T) method also supports nullable types.
SetField<T>(DataRow, String, T)Sets a new value for the specified column in the DataRow. The SetField<T>(DataRow, String, T) method also supports nullable types.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4