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

Syntax

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

Implements

ISession..::.IsOpen

See Also