Reverse Engineering
In this lesson we will see, in detail, how the Forward Engineering process works. Let's refer to our "CRM" dataservice project and let’s suppose that the CRM database contains the "Purchases" table and you want to import it in the "CRM" project.
Right-click on the database node in the Outline View and select the "Synchronize" option. In the "Database Synchronizer" dialog, expand the "Classes" node.
As you can notice, the elements to import are marked with a blue left arrow. Right-click on the "Purchase" class item and select the "Import into Model" option. Press the "Next" button, then press the "Finish" button to complete the procedure.
Once the process is successfully completed, you can find the "Purchase" class in your Domain Model.