How to update only one table for model from database with Entity Framework?

后端 未结 3 2036
悲哀的现实
悲哀的现实 2021-02-02 07:53

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

3条回答
  •  清酒与你
    2021-02-02 08:15

    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.

提交回复
热议问题