Is this a one-to-many association?

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

Syntax

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

See Also