Is this the "inverse" end of a bidirectional one-to-many, or of a collection with no orphan delete?

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

Syntax

C#
protected bool InverseOneToManyOrNoOrphanDelete { get; }
Visual Basic
Protected ReadOnly Property InverseOneToManyOrNoOrphanDelete As Boolean
	Get
Visual C++
protected:
property bool InverseOneToManyOrNoOrphanDelete {
	bool get ();
}

See Also