Click or drag to resize
ViewQueryEndKeyDocId Method
Stop returning records when the specified document ID is reached

Namespace: Couchbase.Views
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IViewQuery EndKeyDocId(
	int docId
)

Parameters

docId
Type: SystemInt32
The document Id to stop at.

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQueryEndKeyDocId(Int32)
See Also