Click or drag to resize
ViewQueryKeys Method
Return only documents that match each of keys specified within the given array. Key must be specified as a JSON value. Sorting is not applied when using this option.

Namespace: Couchbase.Views
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IViewQuery Keys(
	IEnumerable keys
)

Parameters

keys
Type: System.CollectionsIEnumerable
The keys to retrieve

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQueryKeys(IEnumerable)
See Also