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.0.0-b0364
Syntax public interface IExpressionIn
The IExpressionIn 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