Hi,
I have a project with several branches opened and with several versions of the database.
Sometimes happens that i connect the branch to the wrong database, and updating the edmx model sometimes i disconnect fields and/or tables from the model and, if I reconnect it to the right database and update the model, the old tables and/or fields are not mapped anymore and add new entities, and i have to do some homework deleting the old ones and renaming new.
Normally this is not a problem, but when this happens with tables where i renamed fields and properties i have to recover all the customizations I have done to the entities.
There is some way to remap directly to the old entity and property, without redo all?
luca