BaseClasses Documentation

IRecord Members

IRecord overview

Public Instance Properties

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.

Public Instance Methods

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.
GetValueOverloaded. 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.
SetValueOverloaded. Sets the value of a specified field.

See Also

IRecord Interface | BaseClasses Namespace | ITable