Click or drag to resize

QueryOptionsSetKeys Method

Note: This API is now obsolete.

Sets 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 void SetKeys(
	IEnumerable<Object> keys
)

Parameters

keys
Type: System.Collections.GenericIEnumerableObject
The keys to include in the query results.
See Also