Is this instance actually a many-to-many association?

Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property IsManyToMany As Boolean
C#
bool IsManyToMany { get; }
Visual C++
property bool IsManyToMany {
	bool get ();
}
JavaScript
function get_isManyToMany();

See Also