Is it possible to refresh only one entity in entity framework designer? Every time I refresh model from database, it refreshes all entities. The problem is that this mechanism doesn’t recognize properly primary keys in views, so I have to correct it manually. Am I missing something?
Is it possible to refresh only one entity in entity framework designer? Every time
Share
No, you’re not missing anything. When you update model using the GUI designer, the entire storage schema is regenerated. At least, that’s how it works in Entity Framework 1.