I\'ve inherited a project which uses Entity Framework Database First. I\'m trying to work out how to update the model classes when I update the database but I can\'t figure
You should have a T4 template ( extension .tt ) that generates your model classes.
It may not run when you save your .edmx file, for example if it is in a different project.
You can run it manually by right-clicking it in solution explorer and choosing "Run Custom Tool".