Click or drag to resize

QueryOptionsSetInclusiveEnd Method

Note: This API is now obsolete.

Sets whether or not the query includes the end key

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("Use the appropriate property")]
public void SetInclusiveEnd(
	bool inclusiveEnd
)

Parameters

inclusiveEnd
Type: SystemBoolean
true if this instance includes the end key; otherwise, false.
See Also