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

Syntax

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

Implements

IDataReader..::.IsClosed

See Also