Responsible for maintaining the queue of actions related to events.
Namespace: NHibernate.EngineThe ActionQueue holds the DML operations queued as part of a session's transactional-write-behind semantics. DML operations are queued here until a flush forces them to be executed against the database.
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
[SerializableAttribute] public class ActionQueue |
Visual Basic |
---|
<SerializableAttribute> _ Public Class ActionQueue |
Visual C++ |
---|
[SerializableAttribute] public ref class ActionQueue |