Hi, I don't know if this is 'by design' but when I add a parent to the foreign key I assumed that in fact the child would be added to the EntitySet (that defines a 'pairto' attribute parameter) in the parent and thus fire the CollectionChanged event. This however is not the case. When I do it other way round (Add() the child to the collection) the event is fired. Regards Paul |
Here's an example:
When I add like this:
The CollectionChanged on the ObjectList is fired correctly
When I add like this:
The CollectionChanged is NOT fired.
Regards Paul
Hello Paul, we were unable to reproduce you problem. Are you sure you have PairTo definition for these associations?