Reputation: 1207
Is it possible to automatically update a model using entity framework after modifying the database?
Upvotes: 1
Views: 882
Reputation: 47774
Yes it is !
Double click on your .edmx file, Model Browser will open up.
Right click on the edmx file and select the Update Model from Database option.
Upvotes: 3