Is there a way to avoid a refresh of each entity in the entitymodel on model refresh.
For example we have a database with an order and invoice table. Both tables are mapped to entities in the entity model.
During development we modify the order table in database with a new field. Is there a way / tool to only refresh the order entity when refreshing the EDMX ?
We're using EF4 on .NET 4.0 with database first approach.
Thanks in advance