Finish the process of collection-loading for this bound result set. Mainly this involves cleaning up resources and notifying the collections that loading is complete.

Namespace: NHibernate.Engine.Loading
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public void EndLoadingCollections(
	ICollectionPersister persister
)
Visual Basic
Public Sub EndLoadingCollections ( _
	persister As ICollectionPersister _
)
Visual C++
public:
void EndLoadingCollections(
	ICollectionPersister^ persister
)

Parameters

persister
Type: NHibernate.Persister.Collection..::..ICollectionPersister
The persister for which to complete loading.

See Also