I'm using NHibrnate 3.0 trunk revision 4790 (12.04.2010) with
NH.Burrow.
I manage all transactions using .Net TransactioScope, ex:
using( var tx=new TransactionScope() )
{
// some work .....
tx.Complete();
}
Does this using block on end [on tx.Dispose()] will call
session.Flush() ?
>From my tests it look like it won't.
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/nhusers?hl=en.