Click or drag to resize
ViewQueryEndKey Method
Stop returning records when the specified key is reached. 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
public IViewQuery EndKey(
	Object endKey
)

Parameters

endKey
Type: SystemObject
The key to stop at

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQueryEndKey(Object)
See Also