When using soft delete, setting this property to true causes objects marked as deleted to also be returned.

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

Syntax

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

See Also