views:

71

answers:

1

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  A: 

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.

jfar
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.
malik
I know. You need to add your entity manually.
jfar