Gets or sets a value indicating whether delete operations cascade by default.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public bool CascadeDeletes { get; set; }
Visual Basic (Declaration)
Public Property CascadeDeletes As Boolean

Field Value

true if deletes cascade by default; otherwise, false.

See Also