Click or drag to resize
IViewQueryStartKeyDocId 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
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
See Also