Reputation: 41
I am using Entity Framework with a database-first approach, and I made some changes to the database. I cannot see those changes in my application because I know I need to update it too. But how do I update my domain models classes in ASP.NET MVC? Please can anyone help me?
Upvotes: 1
Views: 295
Reputation: 136
2.if you need to add/refresh the existing tables,select the tables under add/refresh button and finish
save the changes and build your solution
Upvotes: 1