Click or drag to resize
ViewQueryInclusiveEnd Method
Specifies whether the specified end key should be included in the result

Namespace: Couchbase.Views
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IViewQuery InclusiveEnd(
	bool inclusiveEnd
)

Parameters

inclusiveEnd
Type: SystemBoolean
True to include the last key in the result

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQueryInclusiveEnd(Boolean)
See Also