What happens when UnitOfWork2.Commit() called?

Posts   
 
    
Posts: 10
Joined: 10-Jan-2005
# Posted on: 13-Apr-2005 22:22:50   

the document just says this perform all the actions. I wonder if the method also clear the UnitOfWord2. Should I call Reset() after a Commit()?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 13-Apr-2005 23:10:29   

Reset is called in the commit routine if all the actions are completed succesfully.

Frans Bouma | Lead developer LLBLGen Pro