Takes the contents stored in the temporary list created during BeginRead()
that was populated during ReadFrom() and write it to the underlying
PersistentSet.
Namespace:
NHibernate.CollectionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Function EndRead ( _ persister As ICollectionPersister _ ) As Boolean |
C# |
---|
public override bool EndRead( ICollectionPersister persister ) |
Visual C++ |
---|
public: virtual bool EndRead( ICollectionPersister^ persister ) override |
JavaScript |
---|
function endRead(persister); |
Parameters
- persister
- Type: NHibernate.Persister.Collection..::.ICollectionPersister