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 !!!