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

Syntax

Visual Basic (Declaration)
Public Overrides ReadOnly Property IsOneToMany As Boolean
C#
public override bool IsOneToMany { get; }
Visual C++
public:
virtual property bool IsOneToMany {
	bool get () override;
}
JavaScript
function get_isOneToMany();

Implements

ICollectionPersister..::.IsOneToMany

See Also