Does this collection implement "orphan delete"?

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

Syntax

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

See Also