Click or drag to resize

IExpressionIn Method

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
C#
IExpression In(
	params IExpression[] expressions
)

Parameters

expressions
Type: Couchbase.Lite.QueryIExpression
The list of expressions to check

Return Value

Type: IExpression
The expression representing the new operation
See Also