Click or drag to resize

QueryOptionsSetEndKey Method

Note: This API is now obsolete.

Sets the end 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 SetEndKey(
	Object endKey
)

Parameters

endKey
Type: SystemObject
The end key
See Also