I have a project with a ContextEngine.tt
but without the .edmx
file:
This file has all the representations of my database tables, but when I run the custom tool
to update my entities
they do not change(I change the database but the models do not change).
.edmx
file from my ContextEngine.tt
or do something else to update my entities without recreate all?