ADO.NET Entity Framework: Update Wizard will not add tables

后端 未结 13 1407
陌清茗
陌清茗 2020-12-13 11:55

I added a new ADO.Net Entity Data Model into my project and used the Update Wizard to add tables into the model. Five of the selected tables were added to the design surfac

13条回答
  •  独厮守ぢ
    2020-12-13 12:29

    My solution to this is to delete the entire model and readd it including the new tables that I want.

    I accidentally deleted a table in the designer once and could not readd it. Hence removing entire model and readding it.

    I had some issues with this as well (Ado.Net Entity Data Model Not Updating Correctly)

提交回复
热议问题