ViewQuery Keys Method Couchbase .NET SDK 2.0
Overload List
  NameDescription
Public methodKeys(IEnumerable)
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.
Public methodKeys(IEnumerable, Boolean)
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.
Top
See Also