Click or drag to resize

QueryOptionsIsIncludeDocs Method

Note: This API is now obsolete.

Returns 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
C#
[ObsoleteAttribute("Use the appropriate property")]
public bool IsIncludeDocs()

Return Value

Type: Boolean
true if this instance includes document bodies; otherwise, false.
See Also