Is the ISession currently connected?

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

Syntax

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

See Also