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-b0520
 Syntax
SyntaxIExpression 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
See Also