Can't update EF context entities

71 Views Asked by At

I have a project with a ContextEngine.tt but without the .edmx file:

Proj. Explorer

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).

Can I generate the .edmx file from my ContextEngine.tt or do something else to update my entities without recreate all?

0

There are 0 best solutions below