Check whether any insertion or deletion actions are currently queued.
Namespace: NHibernate.EngineAssembly: 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 (); } |