Entity Framework. Noob question: How do you refresh the model when the db changes?
Posted
by George
on Stack Overflow
See other posts from Stack Overflow
or by George
Published on 2010-06-01T05:48:44Z
Indexed on
2010/06/01
5:53 UTC
Read the original article
Hit count: 174
entity-framework
If you build the edmx file from the database and then the db changes, how do you get the model to pick up the change?
Do you delete the whole model and regenerate or can you detect changes?
I'm just starting out...
© Stack Overflow or respective owner