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