Entity Framework 4 relationship management in POCO Templates - More lazy than FixupCollection?
- by Joe Wood
I've been taking a look at EF4 POCO templates in beta 2.
The FixupCollection looks fine for maintaining the model correctness after updating the relationship collection property (i.e. product.Orders it would set the order.Product reference ).
But what about support for handling the scenario when some of those Order objects are removed from the…