Reputation: 2673
I've designed the entity model
which has been mapped from the Sql server database
. Later on, I've updated the Identity column
in a particular table in database then I've done Update Model from
Database.
Unfortunatly, It wasn't updated in my Entity Model
. What should I do to sort it out ?
Any help or suggestion are greatly appreciated !!!
Upvotes: 0
Views: 58
Reputation: 1500
Manually edit the EDMX either in Designer or Xml view, whichever is your preference.
Upvotes: 1