I would like to upgrade an existing EDMX model without having to manually regenerate it. The database is old, practically does not contain foreign keys and has many tables that should be combined into separate objects. I would like to use EDMX 2.0, which comes with Visual Studio 2010, but I do not want to recreate the model manually, as this will put us behind the schedule.
Any suggestions?
source
share