Called when a NHibernate transaction is begun via the NHibernate ITransaction
API. Will not be called if transactions are being controlled via some other mechanism.
Namespace:
NHibernateAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub AfterTransactionBegin ( _ tx As ITransaction _ ) |
C# |
---|
void AfterTransactionBegin( ITransaction tx ) |
Visual C++ |
---|
void AfterTransactionBegin( ITransaction^ tx ) |
JavaScript |
---|
function afterTransactionBegin(tx); |
Parameters
- tx
- Type: NHibernate..::.ITransaction