Click or drag to resize

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.0.0-b0520
Syntax
C#
public interface IArrayExpressionIn

The IArrayExpressionIn type exposes the following members.

Methods
  NameDescription
Public methodIn
Chooses a collection to be used in a query of each of its elements
Top
See Also