Is this a many-to-many association? Note that this is mainly a convenience feature as the single persister does not contain all the information needed to handle a many-to-many itself, as internally it is looked at as two many-to-ones.

Namespace: NHibernate.Persister.Collection
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
bool IsManyToMany { get; }
Visual Basic
ReadOnly Property IsManyToMany As Boolean
	Get
Visual C++
property bool IsManyToMany {
	bool get ();
}

See Also