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

Parameters

expressions
Type: SystemObject
The list of expressions to check

Return Value

Type: IExpression
The expression representing the new operation
See Also