Logo aziendale


Cell. +39 335 70 310 78

mail gianluca.pezzoli@gianlucapezzoli.eu

English version Versione italiana del sito

Products \ Miranda

With Entity I mean the class .Net (VB or C #) that describes a single record in the linked table.

To create the entity object corresponding to a table launch MyGeneration uploading the script entities

Entity script from MyGeneration

Result of script execution (when you click on OK) will be saved with name and path in Output file path . To select the path use Select Path .

Then you have to select the database that interests us via Select one database .

So you have to select one or more tables (use capital letters for multiple selections) in order to generate the relevant entities .

If you want the generated entities are within a specific namespace you can specify in Namespace. If you do not want no one can delete the default namespace.

In case you have selected only one table you can specify as the name of an entity other than the name of the related table. Insert the name you want Output Entity name.

Options

- Implement Form Binding: It is used if the class will be used as the basis for the binding with the controls on a Windows Form.

- Implement undo on changes: needs if you want to be able to undo the changes made to the properties of the class (you can undo changes to a single property or all in block).

- Singolarize table name: useful when generating a single class. Selelect it before choosing the table to let Miranda singolarize the entity name. Es.:
tblCustomers (table name) -> Customer (Entity)

<< Back Forward >>

Related resources