| Step 2 Adjust the generated properties... |
|
The Attributes Tab of the Class Generator allows additional customization of the data bound fields. Setting the primary key field(s) is critical to properly generate the appropriate UPDATE and DELETE SQL. NextId indicates that a sequence number should be generated upon an INSERT operation. Get and Set will cause GetFieldName and SetFieldName methods to be automatically generated. Getter and Setter methods allow for custom coding during a Get or Set operation of the field. Numerous other settings on a field are also available. |
![]() |