Reputation: 10206
I have created my own entities in edmx i.e. temp table for a stored procedure. Now when i update my EDMX and adds or update any table, the entity which i created (for temp table) is removed from SSDL portion.
Is there any way that my changes are not lost. Mean can extend EDMX or any other way.....
Thanks...
Upvotes: 2
Views: 375
Reputation: 121922
This is a known problem of Update model from database wizard. All manual changes in the model are discarded.
It was not fixed in VS 2010 RTM.
Upvotes: 1