|
| void | AcceptChanges () |
| |
| void | BeginEdit () |
| |
| void | CancelEdit () |
| |
| void | Delete () |
| |
| void | EndEdit () |
| |
| void | SetColumnError (int columnIndex, string? error) |
| |
| void | SetColumnError (string columnName, string? error) |
| |
| void | SetColumnError (DataColumn column, string? error) |
| |
| string | GetColumnError (int columnIndex) |
| |
| string | GetColumnError (string columnName) |
| |
| string | GetColumnError (DataColumn column) |
| |
| void | ClearErrors () |
| |
| DataColumn[] | GetColumnsInError () |
| |
| DataRow[] | GetChildRows (string? relationName) |
| |
| DataRow[] | GetChildRows (string? relationName, DataRowVersion version) |
| |
| DataRow[] | GetChildRows (DataRelation? relation) |
| |
| DataRow[] | GetChildRows (DataRelation? relation, DataRowVersion version) |
| |
| DataRow? | GetParentRow (string? relationName) |
| |
| DataRow? | GetParentRow (string? relationName, DataRowVersion version) |
| |
| DataRow? | GetParentRow (DataRelation? relation) |
| |
| DataRow? | GetParentRow (DataRelation? relation, DataRowVersion version) |
| |
| DataRow[] | GetParentRows (string? relationName) |
| |
| DataRow[] | GetParentRows (string? relationName, DataRowVersion version) |
| |
| DataRow[] | GetParentRows (DataRelation? relation) |
| |
| DataRow[] | GetParentRows (DataRelation? relation, DataRowVersion version) |
| |
| bool | HasVersion (DataRowVersion version) |
| |
| bool | IsNull (int columnIndex) |
| |
| bool | IsNull (string columnName) |
| |
| bool | IsNull (DataColumn column) |
| |
| bool | IsNull (DataColumn column, DataRowVersion version) |
| |
| void | RejectChanges () |
| |
| void | SetParentRow (DataRow? parentRow) |
| |
| void | SetParentRow (DataRow? parentRow, DataRelation? relation) |
| |
| void | SetAdded () |
| |
| void | SetModified () |
| |
|
| | DataRow (DataRowBuilder builder) |
| |
| void | CheckForLoops (DataRelation rel) |
| |
| int | GetNestedParentCount () |
| |
| void | CheckInTable () |
| |
| void | ClearError (DataColumn column) |
| |
| DataColumn | GetDataColumn (string columnName) |
| |
| DataRow | GetNestedParentRow (DataRowVersion version) |
| |
| object[] | GetColumnValues (DataColumn[] columns) |
| |
| object[] | GetColumnValues (DataColumn[] columns, DataRowVersion version) |
| |
| object[] | GetKeyValues (DataKey key) |
| |
| object[] | GetKeyValues (DataKey key, DataRowVersion version) |
| |
| int | GetCurrentRecordNo () |
| |
| int | GetDefaultRecord () |
| |
| int | GetOriginalRecordNo () |
| |
| int | GetRecordFromVersion (DataRowVersion version) |
| |
| DataRowVersion | GetDefaultRowVersion (DataViewRowState viewState) |
| |
| DataViewRowState | GetRecordState (int record) |
| |
| bool | HasKeyChanged (DataKey key) |
| |
| bool | HasKeyChanged (DataKey key, DataRowVersion version1, DataRowVersion version2) |
| |
| bool | HasChanges () |
| |
| bool | HaveValuesChanged (DataColumn[] columns) |
| |
| bool | HaveValuesChanged (DataColumn[] columns, DataRowVersion version1, DataRowVersion version2) |
| |
| void | ResetLastChangedColumn () |
| |
| void | SetKeyValues (DataKey key, object[] keyValues) |
| |
| void | SetNestedParentRow (DataRow parentRow, bool setNonNested) |
| |
| void | SetParentRowToDBNull () |
| |
| void | SetParentRowToDBNull (DataRelation relation) |
| |
| int | CopyValuesIntoStore (ArrayList storeList, ArrayList nullbitList, int storeIndex) |
| |
Definition at line 10 of file DataRow.cs.