QueryOptionsSetIncludeDocs Method |
Note: This API is now obsolete.
Sets whether or not the document bodies should be included with the query results
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax [ObsoleteAttribute("Use the appropriate property")]
public void SetIncludeDocs(
bool includeDocs
)
Parameters
- includeDocs
- Type: SystemBoolean
If set to true include document bodies.
See Also