Count the number of instances of IJoinable which are actually
also instances of ILoadable, or are one-to-many associations
Namespace:
NHibernate.Loader
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Shared Function CountEntityPersisters ( _
associations As IList _
) As Integer |
C# |
---|
protected static int CountEntityPersisters(
IList associations
) |
Visual C++ |
---|
protected:
static int CountEntityPersisters(
IList^ associations
) |
JavaScript |
---|
NHibernate.Loader.JoinWalker.countEntityPersisters = function(associations); |
See Also