Views are one of the primary object types in most RDBMSs and starting from version 2.0, you may generate structured code that involves Views.
Views were excluded from the initial versions of OxyGen Code because generating code based on Views usually means the loss of relationship information.
For view centric environments, this leads to hand-coding a lot of the code that normally would have been generated. In version 2.0, we provide the option of propagating relationships, from Tables, unto the Views that are based on those Tables. This option will also propagate the primary keys as well. This is called Table Virtualization for Views. It may be configured via the "Virtualization Settings" View Processing Instructions and the "Persistent Storage" Processing Instruction (available for Views and Tables)
Explore
Please use the forums for questions.