Hello there,
I wanted to attempt to create an script that after calling the CliSyncWithDatabase utility, could refresh the Entity Model using reverse engineering and then just call CliGenerator to generate code consistent with changes made to the database.
The project will use LLBLGen Framework Pro(Self Service) and connects to an Oracle database using ODP. No issues here using the Designer or the CLI tools.
The problem is that I could not find a way to reverse engineer the tables to entities unless I use the Designer. I found some online references for the following classes:
- CatalogModelGraph (library: SD.Tools.Algorithmia.dll)
- ReverseEngineeringService ( library: SD.LLBLGen.Pro.ApplicationCore.dll)
...but I cannot find any examples of how to use them, the source of information I could find is the Reference Manual
I am not really sure if I am in the right path or if these libraries are meant to be used this way or how to proceed forward. Any help will be greatly appreciated
Thanks in advance