Was this ISessionFactory already closed?

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

Syntax

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

See Also