Count the number of instances of IJoinable which
are actually also instances of IPersistentCollection
which are being fetched by outer join
Namespace:
NHibernate.LoaderAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Shared Function CountCollectionPersisters ( _ associations As IList _ ) As Integer |
C# |
---|
protected static int CountCollectionPersisters( IList associations ) |
Visual C++ |
---|
protected: static int CountCollectionPersisters( IList^ associations ) |
JavaScript |
---|
NHibernate.Loader.JoinWalker.countCollectionPersisters = function(associations); |
Parameters
- associations
- Type: System.Collections..::.IList