IViewQueryInclusiveEnd Method |
Specifies whether the specified end key should be included in the result
Namespace: Couchbase.ViewsAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIViewQuery InclusiveEnd(
bool inclusiveEnd
)
Function InclusiveEnd (
inclusiveEnd As Boolean
) As IViewQuery
IViewQuery^ InclusiveEnd(
bool inclusiveEnd
)
abstract InclusiveEnd :
inclusiveEnd : bool -> IViewQuery
Parameters
- inclusiveEnd
- Type: SystemBoolean
True to include the last key in the result
Return Value
Type:
IViewQueryAn IViewQuery object for chaining
See Also