QueryOptionsSetIncludeDeletedDocs Method |
Note: This API is now obsolete.
Sets whether or not to include deleted documents in the reuslt set
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax [ObsoleteAttribute("Use the appropriate property")]
public void SetIncludeDeletedDocs(
bool includeDeletedDocs
)
Parameters
- includeDeletedDocs
- Type: SystemBoolean
If set to true include deleted documents.
See Also