Check whether any insertion or deletion actions are currently queued.

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

Syntax

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

Return Value

True if insertions or deletions are currently queued; false otherwise.

See Also