After reading all existing elements from the database, add the queued elements to the underlying collection.

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

Syntax

C#
protected virtual void PerformQueuedOperations()
Visual Basic
Protected Overridable Sub PerformQueuedOperations
Visual C++
protected:
virtual void PerformQueuedOperations()

See Also