Click or drag to resize

IExpressionInIn 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.0.0-b0364
Syntax
C#
IExpressionSatisfies In(
	Object expression
)

Parameters

expression
Type: SystemObject
An expression that evaluates to a collection type

Return Value

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