ViewQuery StartKey Method (Object, Boolean)Couchbase .NET SDK 2.0
Return records with a value equal to or greater than the specified key. Key must be specified as a JSON value.

Namespace: Couchbase.Views
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public IViewQuery StartKey(
	Object startKey,
	bool encode
)

Parameters

startKey
Type: System Object
The key to return records greater than or equal to.
encode
Type: System Boolean
True to JSON encode and URI escape the value.

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQuery StartKey(Object, Boolean)
See Also