In Entity Framework, I always use the Update module from Database option, but It's not covering all kind of updates, sometimes it's more easier to delete the EF and add it back than fixing and verifying whether this option reflected the updates or not,
In my current project i have added a Self-Join relation and then i used the Update module from Database option, but it didn't update it correctly,
I can find that table and the new relation in the Module diagram but in the code behind it's not reflecting the update correctly, This time i have my custom changes on the EF? It is not possible to delete and add again this time, My question is:
Is there any reliable and easy way to update the EF from DB without using third party tools?