Clears out any Queued Additions.

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

Syntax

C#
void PostAction()
Visual Basic
Sub PostAction
Visual C++
void PostAction()

Remarks

After a Flush() the database is in synch with the in-memory contents of the Collection. Since everything is in synch remove any Queued Additions.

See Also