IViewQuery.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
IViewQuery StartKeyDocId(
	Object docId
)

Parameters

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

Return Value

Type: IViewQuery
An IViewQuery object for chaining
See Also