Click or drag to resize

QueryOptionsSetStartKey Method

Note: This API is now obsolete.

Sets the start key for the query

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("Use the appropriate property")]
public void SetStartKey(
	Object startKey
)

Parameters

startKey
Type: SystemObject
The start key
See Also