Click or drag to resize
ViewQueryKey Method
Return only documents that match the specified key. Key must be specified as a JSON value.

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

Parameters

key
Type: SystemObject
The key to retrieve

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQueryKey(Object)
See Also