Is this a one-to-many association?

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

Syntax

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

See Also