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 Answer
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.
1 Comment
malik
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.