How to add table in Entity Framework?

2020-05-21 07:52发布

I have a project that I made in Asp.net with Entity Framework.

Now I want to add one or more tables in the database and one or more stored procedures. But entities not shows the new table.

How to show this?

2条回答
▲ chillily
2楼-- · 2020-05-21 08:37

Open edmx file, right click anywhere in the modal and select "Update Model from Database" and follow the instructions and choose the desired tables and SPs.

enter image description here

Sometimes even after following these steps, your model will not get updated, close Visual Studio and restart it again. This has happened many times for me.

查看更多
对你真心纯属浪费
3楼-- · 2020-05-21 08:41

Sharique's answer is the good one. But I noticed a thing: when the Mapping Details window is active(near Error List, Output) and if you are trying to add a new Entity (right click the design surface, Add -> Entity), the popup dialog, "Add Entity" it won't show.

查看更多
登录 后发表回答