Is the transaction in progress

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

Syntax

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

See Also