Click or drag to resize

IArrayExpressionInIn Method

Chooses a collection to be used in a query of each of its elements

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
IArrayExpressionSatisfies In(
	IExpression expression
)

Parameters

expression
Type: Couchbase.Lite.QueryIExpression
An expression that evaluates to a collection type

Return Value

Type: IArrayExpressionSatisfies
An object that will determine the predicate for the contents of the collection
See Also