---
title: "Update model of entity framework in MVC"  
description: "Update model of entity framework in MVC"  
author: "Anonymous User"  
published: 2017-12-18  
updated: 2017-12-18  
canonical: https://www.mindstick.com/forum/34410/update-model-of-entity-framework-in-mvc  
category: "c#"  
tags: ["asp.net mvc", "mvc", "mvc4"]  
reading_time: 1 minute  

---

# Update model of entity framework in MVC

Hi [Expert](https://www.mindstick.com/articles/13120/an-expert-financial-advice-will-improve-your-finances),

I am using [Entity Framework](https://www.mindstick.com/articles/1566/crud-operations-using-entity-framework-code-first-approach) in [MVC](https://www.mindstick.com/forum/155803/define-cache-profile-in-mvc), and I [update](https://www.mindstick.com/forum/156353/what-is-hummingbird-update) some [fields](https://www.mindstick.com/forum/159126/sql-query-for-all-tables-and-fields-in-an-oracle-db) in my database. But I am not able to update my model. Please give me some suggestion.

## Replies

### Reply by Hemant Patel

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...


---

Original Source: https://www.mindstick.com/forum/34410/update-model-of-entity-framework-in-mvc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
