Click or drag to resize

IExpressionBetween Method

Determines if the result is between the two given expressions

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
IExpression Between(
	Object expression1,
	Object expression2
)

Parameters

expression1
Type: SystemObject
The expression to use as the first bound
expression2
Type: SystemObject
The expression to use as the second bound

Return Value

Type: IExpression
The expression representing the new operation
See Also