Is the transaction in progress

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

Syntax

Visual Basic (Declaration)
ReadOnly Property IsActive As Boolean
C#
bool IsActive { get; }
Visual C++
property bool IsActive {
	bool get ();
}
JavaScript
function get_isActive();

See Also