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
I use following (Conditional) trick. This could be done only when no Table depends on the table which you want to update.
Precaution : If other existing tables have changes in them, EF would update these changes as well.