VS2013, VB MVC 5
The MVC 5 framework created a database for me from the classes I defined in the Models. I thought it would be appropriate to create an edmx file, but the Entity Data Model Wizard offers 3 options that generate class files which are in conflict with the existing classes & the 4th option just creates an empty Model.
So, is it even possible to create an edmx Model which can then be used to graphically work with my Classes, or is this a wrong question?
As I read through other stack overflow questions I couldn't quite see the answer, which leads me to believe my question may be based on a wrong understanding of how the Entity Data Model is intended to be used. One question seemed to suggest the Migration History created during the Code First methodology is actually an entire separate way of working for which the .edmx model isn't really relevant.
If you can, please help me sort out this issue.