Click or drag to resize

QueryOptionsGetKeys Method

Note: This API is now obsolete.

Gets the keys to include in 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 IEnumerable<Object> GetKeys()

Return Value

Type: IEnumerableObject
The keys to include in the query results.
See Also