Prepares this CollectionEntry for the Flush process.
Namespace: NHibernate.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public void PreFlush( IPersistentCollection collection ) |
| Visual Basic |
|---|
Public Sub PreFlush ( _ collection As IPersistentCollection _ ) |
| Visual C++ |
|---|
public: void PreFlush( IPersistentCollection^ collection ) |
Parameters
- collection
- Type: NHibernate.Collection..::..IPersistentCollection
The IPersistentCollection that this CollectionEntry will be responsible for flushing.