Count the number of instances of IJoinable which are actually also instances of IPersistentCollection which are being fetched by outer join

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

Syntax

C#
protected static int CountCollectionPersisters(
	IList<OuterJoinableAssociation> associations
)
Visual Basic
Protected Shared Function CountCollectionPersisters ( _
	associations As IList(Of OuterJoinableAssociation) _
) As Integer
Visual C++
protected:
static int CountCollectionPersisters(
	IList<OuterJoinableAssociation^>^ associations
)

Parameters

associations
Type: System.Collections.Generic..::..IList<(Of <(<'OuterJoinableAssociation>)>)>

[Missing <param name="associations"/> documentation for "M:NHibernate.Loader.JoinWalker.CountCollectionPersisters(System.Collections.Generic.IList{NHibernate.Loader.OuterJoinableAssociation})"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Loader.JoinWalker.CountCollectionPersisters(System.Collections.Generic.IList{NHibernate.Loader.OuterJoinableAssociation})"]

See Also