Hello,
I'm storing a custom collection within one of my entities - is there a way to notify the entity when a FetchEntity has been done?
I am current using the PropertyChanged events - but this means that the collection is being updated prior to a fetch ... and I'm not sure if that is such a great idea.
I'm using the adapter templates.
Thanks.