Gets the value indicating whether there are any open resources managed by this batcher (IDbCommands or IDataReaders).

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

Syntax

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

See Also