Hello,
I'm having trouble with getting my objects renamed inside the generated code. I hope someone can come to the rescue!
Here's the scenario I follow:
- I rename in the database table name
- I use CliRefresher to refresh the catalog.
- I use CliGenerator to regenerate the DAL dll.
- Visual Studio says to me to Reload the DLL since it has been modified outside the environment.
The result:
- The entity is renamed.
- The static prefetch member for this entity (on related entities) is not renamed.
I also think this happens with relationship names .. but I did not reproduce that yet ...
Does anyone have any ideas how to get everything properly named, exactly conform the names I use in the database?
Regards,
Paul
ps. Using the lates version (2.5 .. both llblgen pro and the sdk ...)