For a collection role, return a list of associations to be fetched by outerjoin
Namespace:
NHibernate.LoaderAssembly: 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); |
Parameters
- persister
- Type: NHibernate.Persister.Collection..::.IQueryableCollection
- alias
- Type: System..::.String