OnEntityAfterSave

Posts   
 
    
mikeg22
User
Posts: 411
Joined: 30-Jun-2005
# Posted on: 21-Oct-2005 03:07:58   

For the life of me, I can't find where this method is being called after an entity is saved to the database. I am having trouble with child collections sync'ing their foreign keys to the parent' s primary key.

Where/who calls this method?

mikeg22
User
Posts: 411
Joined: 30-Jun-2005
# Posted on: 21-Oct-2005 03:12:33   

mikeg22 wrote:

For the life of me, I can't find where this method is being called after an entity is saved to the database. I am having trouble with child collections sync'ing their foreign keys to the parent' s primary key.

Where/who calls this method?

Nevermind, it is called with the AfterSave event.