Is this collection in a state that would allow us to "queue" clear? This is a special case, because of orphan delete.

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

Syntax

C#
protected bool ClearQueueEnabled { get; }
Visual Basic
Protected ReadOnly Property ClearQueueEnabled As Boolean
	Get
Visual C++
protected:
property bool ClearQueueEnabled {
	bool get ();
}

See Also