Takes the contents stored in the temporary list created during BeginRead()()() that was populated during ReadFrom(IDataReader, ICollectionPersister, ICollectionAliases, Object) and write it to the underlying array.

Namespace:  NHibernate.Collection
Assembly:  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);

Implements

IPersistentCollection..::.EndRead(ICollectionPersister)

See Also