IManagementDatabaseTableRow Interface
| Name | Description | |
|---|---|---|
|
Guid | Gets the unique GUID string of this row within entire management database. |
|
IsDirty | Gets a value indicating whether this row was modified and not saved. |
|
ParentRowGuid | Gets the GUID of the parent row in the parent table. |
|
Table | Gets the table to which this row belongs. |
| Name | Description | |
|---|---|---|
|
GetFieldValue(string) | Returns a value from a row cell. |
|
Save() | Saves the row into the database. |
|
SetFieldValue(string, object) | Writes a value to a row cell. |
|
ToDisplayString() | Returns a single string representation of this row. |
Available since QDV 7.14.520.
