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.0.0-b0295
Syntax IExpression In(
params Object[] expressions
)
Parameters
- expressions
- Type: SystemObject
The list of expressions to check
Return Value
Type:
IExpressionThe expression representing the new operation
See Also