Prakash
Prakash

Reputation: 31

Newly Added Table missing in Entity Framework

I am Using VS2013 and EF6.0 with MS SQL Server 2012. For EF6.0 I choosen

"Generate from Database". Then It brought all the table in the Database. Now I have Added new table called "LoginEntry" in same database. It is showing in SQL Server newly added table.

enter image description here

When I am trying update EDMX file using "Update Model from Database" option, It shows the new table. but when i checked on the table and the options and click "Finish". It is not updating the EDMX as well in diagram also. I tried Many times. Can anyone suggest pls?

Upvotes: 1

Views: 389

Answers (1)

Prakash
Prakash

Reputation: 31

I added Primary Key to the newly added table. Then it came to picture. Thank you guys for your suggestion

Upvotes: 1

Related Questions