Is the ISession still open?

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

Syntax

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

See Also