Entity Framework. Noob question: How do you refresh the model when the db changes?
- by George
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...