ListRequest.IncludeDeleted property

namespace: Serenity.Services   assemblySerenity.Net.Services

Include the deleted records. Default is false. This is only supported by services and entities that implement soft delete, e.g. IsActive etc.

public bool IncludeDeleted { get; set; }

See Also