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 IExpressionSatisfies In(
Object expression
)
Parameters
- expression
- Type: SystemObject
An expression that evaluates to a collection type
Return Value
Type:
IExpressionSatisfiesAn object that will determine the predicate for the contents
of the collection
See Also