Do we delete orphans automatically?

Namespace:  NHibernate.Engine
Assembly:  NHibernate (in NHibernate.dll)

Syntax

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

See Also