IViewQueryStartKey Method |
Return records with a value equal to or greater than the specified key. Key must be specified as a JSON value.
Namespace: Couchbase.ViewsAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIViewQuery StartKey(
Object endKey
)
Function StartKey (
endKey As Object
) As IViewQuery
IViewQuery^ StartKey(
Object^ endKey
)
abstract StartKey :
endKey : Object -> IViewQuery
Parameters
- endKey
- Type: SystemObject
The key to return records greater than or equal to.
Return Value
Type:
IViewQueryAn IViewQuery object for chaining
See Also