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: 2.0.0-b0520
Syntax
C#
IExpression Between(
	IExpression expression1,
	IExpression expression2
)

Parameters

expression1
Type: Couchbase.Lite.QueryIExpression
The expression to use as the first bound
expression2
Type: Couchbase.Lite.QueryIExpression
The expression to use as the second bound

Return Value

Type: IExpression
The expression representing the new operation
See Also