Prepares this CollectionEntry for the Flush process.

Namespace:  NHibernate.Impl
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Sub PreFlush ( _
	collection As IPersistentCollection _
)
C#
public void PreFlush(
	IPersistentCollection collection
)
Visual C++
public:
void PreFlush(
	IPersistentCollection^ collection
)
JavaScript
function preFlush(collection);

Parameters

collection
Type: NHibernate.Collection..::.IPersistentCollection
The IPersistentCollection that this CollectionEntry will be responsible for flushing.

See Also