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

Syntax

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

Implements

ICollectionPersister..::.IsOneToMany

See Also