Namespace:
NHibernate.Loader
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function IsManyToManyWith ( _ other As OuterJoinableAssociation _ ) As Boolean |
C# |
---|
public bool IsManyToManyWith( OuterJoinableAssociation other ) |
Visual C++ |
---|
public: bool IsManyToManyWith( OuterJoinableAssociation^ other ) |
JavaScript |
---|
function isManyToManyWith(other); |