I have a model generated from db with Entity Framework. When I have any change in database, I update model from database to get the change in model. But this update is applied t
There is way of doing it automatically.
right click edmx file > update model from data base > Refresh tab > Tables > select the table(you want to update) and press finish that's it.