IArrayExpressionIn Interface |
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 (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax public interface IArrayExpressionIn
The IArrayExpressionIn type exposes the following members.
Methods
| Name | Description |
---|
| In |
Chooses a collection to be used in a query of each of
its elements
|
TopSee Also