The following tables list the members exposed by GenericDataRow.
Name | Description | |
---|---|---|
![]() | ForcedUpdateColumns | |
![]() | HasErrors | (Inherited from System.Data.DataRow) |
![]() | IsAddForUpdate | Gets a value indicating whether this GenericDataRow was added via AddForUpdate. |
![]() | IsNew | Gets a value indicating whether the current GenericDataRow was added and not yet committed. |
![]() | Item | |
![]() | ItemArray | (Inherited from System.Data.DataRow) |
![]() | RowError | (Inherited from System.Data.DataRow) |
![]() | RowGuid | Unique row identifier |
![]() | RowState | (Inherited from System.Data.DataRow) |
![]() | Table | (Inherited from System.Data.DataRow) |
![]() | UniqueID | Returns Unique Identifier of this row in the database. |
Name | Description | |
---|---|---|
![]() | AcceptChanges | (Inherited from System.Data.DataRow) |
![]() ![]() | AreIDsEqual | Used to compare the UniqueIDs of two GenericDataRows. |
![]() | BeginEdit | (Inherited from System.Data.DataRow) |
![]() | CancelEdit | (Inherited from System.Data.DataRow) |
![]() | ClearErrors | (Inherited from System.Data.DataRow) |
![]() | Delete | (Inherited from System.Data.DataRow) |
![]() | EndEdit | (Inherited from System.Data.DataRow) |
![]() | GetChildRows | Overloaded. (Inherited from System.Data.DataRow) |
![]() | GetColumnError | Overloaded. (Inherited from System.Data.DataRow) |
![]() | GetColumnsInError | (Inherited from System.Data.DataRow) |
![]() | GetParentRow | Overloaded. (Inherited from System.Data.DataRow) |
![]() | GetParentRows | Overloaded. (Inherited from System.Data.DataRow) |
![]() | HasVersion | (Inherited from System.Data.DataRow) |
![]() | IsForcedUpdateColumn | |
![]() | IsNull | Overloaded. (Inherited from System.Data.DataRow) |
![]() | RejectChanges | (Inherited from System.Data.DataRow) |
![]() | RelateByID | Relate a unique identifier to this GenericDataRow via a SchemaRelation name. |
![]() | RelateRecord | Relate a given row to this GenericDataRow via a SchemaRelation name. |
![]() | RelateToIntField | Relate a given row's identifier to an Integer field present on this GenericDataRow. |
![]() | SetAdded | (Inherited from System.Data.DataRow) |
![]() | SetColumnError | Overloaded. (Inherited from System.Data.DataRow) |
![]() | SetModified | (Inherited from System.Data.DataRow) |
![]() | SetParentRow | Overloaded. (Inherited from System.Data.DataRow) |
![]() | Unrelate | UnRelate this GenericDataRow from a single row related to it via the given relation name. |
![]() | UnrelateFromAll | UnRelate this GenericDataRow from all other rows related to it via the given relation name. |
![]() | Update | Overloaded. Commits the row to the database. See FCGeneric's Update for details. |