Hi Expert,
I am using Entity Framework in MVC, and I update some fields in my database. But I am not able to update my model. Please give me some suggestion.
Hi Expert,
I am using Entity Framework in MVC, and I update some fields in my database. But I am not able to update my model. Please give me some suggestion.
Hi Shaan,
Please follow below instruction to update your model,
Step (1). Please find your project 'edmx' file.
Step (2). Now open your 'edmx' file.
Step (3). Right click on ER Diagram, and select 'Update model from 'database'.
Step (4). Now save your project.
Your model is updated.
I hope its informative...