IViewQuery.StartKey Method Couchbase .NET SDK 2.0
Overload List
  NameDescription
Public methodStartKey(Object)
Return records with a value equal to or greater than the specified key. Key must be specified as a JSON value.
Public methodStartKey(Object, Boolean)
Return records with a value equal to or greater than the specified key. Key must be specified as a JSON value.
Top
See Also