Called after reading all rows from the IDataReader
Namespace:
NHibernate.CollectionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function EndRead ( _ persister As ICollectionPersister _ ) As Boolean |
C# |
---|
bool EndRead( ICollectionPersister persister ) |
Visual C++ |
---|
bool EndRead( ICollectionPersister^ persister ) |
JavaScript |
---|
function endRead(persister); |
Parameters
- persister
- Type: NHibernate.Persister.Collection..::.ICollectionPersister
Remarks
This should be overridden by sub collections that use temporary collections
to store values read from the db.