ViewQuery.StartKeyDocId Method Couchbase .NET SDK 2.0
Return records starting with the specified document ID.

Namespace: Couchbase.Views
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public IViewQuery StartKeyDocId(
	Object startKeyDocId
)

Parameters

startKeyDocId
Type: System.Object
The docId to return records greater than or equal to.

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQuery.StartKeyDocId(Object)
See Also