<TABLE>Record Class

The customizable class for the Record is derived from the Base<TABLE>Record class.  The customizable class file is only created once and will never be overwritten by Iron Speed Designer.  The name of the customizable class is derived from concatenating the table name with the suffix “Record”.  For example, a table named Customer will have a customizable class called CustomerRecord.  Refer to the methods defined on the PrimaryKeyRecord or VirtualRecord classes for the complete set of functions available for records derived from this class.

The base and customizable classes are created in the namespace provided by you when you created the application.

See Also

Application Class Hierarchy

Base<TABLE>Record Class