IViewQuery InclusiveEnd Method Couchbase .NET SDK 2.1.0 Documentation
Specifies whether the specified end key should be included in the result

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

Parameters

inclusiveEnd
Type: System Boolean
True to include the last key in the result

Return Value

Type: IViewQuery
An IViewQuery object for chaining
See Also