I have a preexisting project that I am updating, and part of this update requires the use of a new table. The previous developers seem to have used Entity Framework, however, there is no EDMX file.
How could I add a new table to this project?
I tried using a new EDMX file, both concurrent and starting from scratch but I end up with lots of errors.