Add new table to an existing database using database first approach EF Add new table to an existing database using database first approach EF wpf wpf

Add new table to an existing database using database first approach EF


Open the edmx file and on a black space right click and use Update Model From Database...

enter image description here


This is an alternative and the result is also much cleaner imo, you can also delete the .edmx file completely and remove the database connection string from you projects .config file. Then repeat the process of adding a new edmx file.