For a collection role, return a list of associations to be fetched by outerjoin

Namespace:  NHibernate.Loader
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected Sub WalkCollectionTree ( _
	persister As IQueryableCollection, _
	alias As String _
)
C#
protected void WalkCollectionTree(
	IQueryableCollection persister,
	string alias
)
Visual C++
protected:
void WalkCollectionTree(
	IQueryableCollection^ persister, 
	String^ alias
)
JavaScript
function walkCollectionTree(persister, alias);

See Also