BaseClasses Documentation

IRecord Properties

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

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.

See Also

IRecord Interface | BaseClasses Namespace | ITable