Click or drag to resize
IViewQueryStartKey Method
Return records with a value equal to or greater than the specified key. Key must be specified as a JSON value.

Namespace: Couchbase.Views
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IViewQuery StartKey(
	Object endKey
)

Parameters

endKey
Type: SystemObject
The key to return records greater than or equal to.

Return Value

Type: IViewQuery
An IViewQuery object for chaining
See Also