Click or drag to resize

QueryEndKey Property

Gets or sets the key of the last value to return. A null value has no effect.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public Object EndKey { get; set; }

Property Value

Type: Object
The end key.
See Also