Does this Session have an active Hibernate transaction or is there a JTA transaction in progress?

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

Syntax

C#
bool TransactionInProgress { get; }
Visual Basic
ReadOnly Property TransactionInProgress As Boolean
	Get
Visual C++
property bool TransactionInProgress {
	bool get ();
}

See Also