BaseClasses Documentation

IRecord Methods

The methods of the IRecord interface are listed below. For a complete list of IRecord interface members, see the IRecord Members topic.

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