Saving your own created objects when updating to EDMX

I created my own objects in edmx ie temp table for stored procedure. Now when I update my EDMX and add or update any table, the object I created (for the temp table) is removed from the SSDL part.

Is there a way to keep my changes from being lost. Secondary can extend EDMX or any other way .....

Thanks...

+2


a source to share


1 answer


This is a known issue with the Update Model from the Database Wizard. All manual changes to the model are discarded.
This has not been fixed in VS 2010 RTM.



+1


a source







All Articles