IsCreated | Indicates whether the IRecord actually "exists" in its associated data source (e.g. in a database table). |
IsReadOnly | Indicates whether the IRecord instance's field values, etc. can be modified. |
TableAccess | Returns the IRecord's associated TableAccess. |
Create | |
EvaluateExpression | Returns an Object derived from the IRecord's data, as specified by an expression string. |
GetDefaultID | Builds a KeyValue object based on the field values of the IRecord's BaseTable's DefaultKey's column(s). |
GetString | Gets the value of a specified field as a reparseable String. |
GetValue | Overloaded. Gets the value of a specified field. |
Save | If necessary, saves/inserts/updates the IRecord's data into its associated data source (e.g. into a database table). |
SetString | Sets the value of the specified field using a reparseable field value String. |
SetValue | Overloaded. Sets the value of a specified field. |