Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite.Query
IExpression Interface
IExpression Methods
Add Method
And Method
Between Method
Collate Method
Divide Method
EqualTo Method
GreaterThan Method
GreaterThanOrEqualTo Method
In Method
Is Method
IsNot Method
IsNullOrMissing Method
LessThan Method
LessThanOrEqualTo Method
Like Method
Modulo Method
Multiply Method
NotEqualTo Method
NotNullOrMissing Method
Or Method
Regex Method
Subtract Method
IExpression
Between Method
Determines if the result is between the two given expressions
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
Copy
IExpression
Between
(
IExpression
expression1
,
IExpression
expression2
)
Parameters
expression1
Type:
Couchbase.Lite.Query
IExpression
The expression to use as the first bound
expression2
Type:
Couchbase.Lite.Query
IExpression
The expression to use as the second bound
Return Value
Type:
IExpression
The expression representing the new operation
See Also
Reference
IExpression Interface
Couchbase.Lite.Query Namespace