Does this action potentially extrapolate to orphan deletes?
Namespace: NHibernate.EngineAssembly: 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; } |