|
 2 Import Schema from Database
CodeAuto
supports importing schemas from various databases. The imported schema can be
saved for future editing and generating code.
In fact, the
data schema of CodeAuto is an Object-Relational Mapping file, which is used to
map an object to the relational data, including mappings between fields and
between relations, as well as the mappings between different names (It is
similar to specify an alias for a table, thus the generated object class can be
different from the table name in database. Field and relation can also have
aliases.)
Related Topics
Select Database Type and Edit Connection String
Import Schema
Save Schema
 |