Do we need to handle orphan delete for this action?

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

Syntax

Visual Basic (Declaration)
Public MustOverride Function DeleteOrphans As Boolean
C#
public abstract bool DeleteOrphans()
Visual C++
public:
virtual bool DeleteOrphans() abstract
JavaScript
function deleteOrphans();

See Also