Smaug
Smaug

Reputation: 2673

How to update Database Modification at the Entity from Entity Model?

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 fromDatabase. 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

Answers (1)

Rob Epstein
Rob Epstein

Reputation: 1500

Manually edit the EDMX either in Designer or Xml view, whichever is your preference.

Upvotes: 1

Related Questions