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-b0295
Syntax 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:
IExpressionThe expression representing the new operation
See Also