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.
views:
71answers:
1
+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
2009-12-21 13:32:00
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
2009-12-22 06:17:20
I know. You need to add your entity manually.
jfar
2009-12-22 13:15:23