Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"update model in database" not available in .edmx file menu?

I am trying to update the model by right-clicking on the .edmx file and selecting "Update model in database". However this option is not available in the contextual menu... am I missing something?

enter image description here

like image 442
Yann Avatar asked Jan 27 '23 08:01

Yann


1 Answers

When you open the .edmx file, the designer view opens.

When you press right mouse button there, you have the option "Update model from database".

Also the Model Browser window opens, you can also use the right mouse button there on any entity to 'update model from database'.

like image 106
Sander Langhorst Avatar answered Feb 11 '23 21:02

Sander Langhorst