Called after reading all rows from the IDataReader

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

Syntax

C#
bool EndRead(
	ICollectionPersister persister
)
Visual Basic
Function EndRead ( _
	persister As ICollectionPersister _
) As Boolean
Visual C++
bool EndRead(
	ICollectionPersister^ persister
)

Parameters

persister
Type: NHibernate.Persister.Collection..::..ICollectionPersister

[Missing <param name="persister"/> documentation for "M:NHibernate.Collection.IPersistentCollection.EndRead(NHibernate.Persister.Collection.ICollectionPersister)"]

Return Value

true if NOT has Queued operations

Remarks

This should be overridden by sub collections that use temporary collections to store values read from the db.

See Also