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 [ObsoleteAttribute("Use the appropriate property")]
public IEnumerable<Object> GetKeys()
Return Value
Type:
IEnumerableObjectThe keys to include in the query results.
See Also