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

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

Syntax

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

Parameters

persister
Type: NHibernate.Persister.Collection..::..IQueryableCollection

[Missing <param name="persister"/> documentation for "M:NHibernate.Loader.JoinWalker.WalkCollectionTree(NHibernate.Persister.Collection.IQueryableCollection,System.String)"]

alias
Type: System..::..String

[Missing <param name="alias"/> documentation for "M:NHibernate.Loader.JoinWalker.WalkCollectionTree(NHibernate.Persister.Collection.IQueryableCollection,System.String)"]

See Also