FetchEntity Event?

Posts   
 
    
mshe
User
Posts: 167
Joined: 02-Feb-2006
# Posted on: 06-Feb-2006 12:55:29   

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.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 06-Feb-2006 14:40:44   

is there a way to notify the entity when a FetchEntity has been done?

I'm afraid I didn't understand your question

But I feel it has something to do with this section of the LLBLGen Pro documentation Intercepting activity calls in "Using the generated code - Adapter - DataAccessAdapter Functionality"