Click or drag to resize
ViewQueryStartKeyDocId Method
Return records starting with the specified document ID.

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

Parameters

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

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQueryStartKeyDocId(Object)
See Also