QueryOptionsGetAllDocsMode Method |
Note: This API is now obsolete.
Get the all document query mode for this query
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax [ObsoleteAttribute("Use the appropriate property")]
public AllDocsMode GetAllDocsMode()
Return Value
Type:
AllDocsModeThe all document query mode.
Remarks
Naturally, this only applies to _all_docs queries
See Also