QueryIncludeDeleted Property  | 
 Note: This API is now obsolete.
            Gets or sets whether Queries created via the 
Database createAllDocumentsQuery method 
            will include deleted 
Documents. 
            This property has no effect in other types of Queries.
            
 
    Namespace: 
   Couchbase.Lite
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax[ObsoleteAttribute("Use AllDocsMode.IncludeDeleted")]
public bool IncludeDeleted { get; set; }Property Value
Type: 
Booleantrue if include deleted; otherwise, 
false.
See Also