Interface IArrayExpressionIn
An interface that represents a portion of a query that chooses a collection to be used in a query of each of its elements
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface IArrayExpressionIn
Methods
| Improve this Doc View SourceIn(IExpression)
Chooses a collection to be used in a query of each of its elements
Declaration
IArrayExpressionSatisfies In(IExpression expression)
Parameters
Type | Name | Description |
---|---|---|
IExpression | expression | An expression that evaluates to a collection type |
Returns
Type | Description |
---|---|
IArrayExpressionSatisfies | An object that will determine the predicate for the contents of the collection |