[Missing <summary> documentation for "P:NHibernate.Mapping.Collection.IsOneToMany"]

Namespace: NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

See Also