Does this instance have any "queued" additions?

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

Syntax

C#
public bool HasQueuedOperations { get; }
Visual Basic
Public ReadOnly Property HasQueuedOperations As Boolean
	Get
Visual C++
public:
virtual property bool HasQueuedOperations {
	bool get () sealed;
}

Implements

IPersistentCollection..::..HasQueuedOperations

See Also