Reverse Engineer Code First After Database Change

all...

Is there a way to reverse engineer in the code in the first place if someone in SQL management studio has changed a bit.

The EDMX file equivalent will be when you double click the edmx file and right click and update it from the database and update your model.

the reason i am asking is there are many sql changes through SQL management studio and i dont know how i will keep updating my model.

thank

+3


source to share


1 answer


You can redesign selected objects and then add them back to your models and context. https://msdn.microsoft.com/en-us/library/jj200620.aspx



+2


source







All Articles