Is it possible to update the entity data modal with the database through Vb.NET or C# code.
Asked
Active
Viewed 600 times
-1
-
Your question title & detail conflict - Your asking if you can update the database schema via the EF and then asking is it possible to update the data model with the database. Which is it you need to know? – James Nov 17 '11 at 11:20
-
This is very poor and ambiguous question. – Ladislav Mrnka Nov 17 '11 at 14:56
2 Answers
0
Please consider EF Code First
Please see this walkthrough to get a kick start: http://weblogs.asp.net/scottgu/archive/2011/05/05/ef-code-first-and-data-scaffolding-with-the-asp-net-mvc-3-tools-update.aspx

Abdul Munim
- 18,869
- 8
- 52
- 61
0
Updating database schema using Code First unfortunately not supported. as per my knowledge. i was in a same situation once, this blog may help you
and of course this