Allows work to be done outside the current transaction, by suspending it, and performing work in a new transaction

Namespace: NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public abstract class TransactionHelper
Visual Basic
Public MustInherit Class TransactionHelper
Visual C++
public ref class TransactionHelper abstract

Inheritance Hierarchy

See Also