Is the ISession currently connected?

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

Syntax

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

See Also