Does this action potentially extrapolate to orphan deletes?

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

Syntax

C#
public abstract bool DeleteOrphans { get; }
Visual Basic
Public MustOverride ReadOnly Property DeleteOrphans As Boolean
	Get
Visual C++
public:
virtual property bool DeleteOrphans {
	bool get () abstract;
}

Return Value

True if this action can lead to deletions of orphans.

See Also