Is the ISession still open?

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

Syntax

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

See Also