The customizable class for the Record is derived from the generated Base<TABLE>Record class. The customizable class file is only generated 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 generated in the namespace provided by you when you created the application.