Adding deleted models from Entity Developer model diagram

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
extrakun
Posts: 22
Joined: Wed 20 Apr 2011 06:02

Adding deleted models from Entity Developer model diagram

Post by extrakun » Wed 20 Apr 2011 07:24

I'm using Oracle/Entity Developer

I have deleted a model from my Entity diagram, and tried to add it back to the diagram by right clicking and selecting "Update Model from Database".

However, it does not show the model which I have just deleted (which does exists in the database).

How do I re-add the model?

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 20 Apr 2011 12:05

Please check that you have deleted the corresponding table from Model Explorer -> Model.Store -> Tables/Views.
If you haven't, then adding the table from Database Explorer does not happen (the table is already present in the model).

extrakun
Posts: 22
Joined: Wed 20 Apr 2011 06:02

Post by extrakun » Wed 20 Apr 2011 12:40

Thanks, that work.

Post Reply