Hi,
Is there any way to force a refresh/refetch of a navigation property? I've tried a few things, and the most promising appeared to be something along the lines of customer.Orders.Reload(MergeStrategy.OverwriteChanges), but it didn't appear to work.
I worked around it by removing the entity from the entity manager, then requerying for the same entity, but that seems less than ideal. Is there a better way of doing this?
Thanks,
Ken