0

I want to add a new table in my existing entity data model without using the option update from database. Because in this case i loss existing modification like inheritance and entity names.

1
  • False premise. Using "Update from database" does not cause inheritance or custom names to be lost. Commented Dec 22, 2009 at 13:25

1 Answer 1

1

Right click, add new entity, and then manually fill out the Property and Navigation properties. Then look for a tab ( usually at the bottom ) called mapping details, thats where you specify how the columns map up.

Sign up to request clarification or add additional context in comments.

1 Comment

I need to add a entity with a new table, that is not still map in the model. And if i update from database, existing changes can be loss.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.