Returns an expression to test whether or not the given expression is contained
in the given list of expressions
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax IExpression In(
params IExpression[] expressions
)
Parameters
- expressions
- Type: Couchbase.Lite.QueryIExpression
The list of expressions to check
Return Value
Type:
IExpressionThe expression representing the new operation
See Also