Click or drag to resize

IExpressionIn 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: 0.0.0
Syntax
C#
public interface IExpressionIn

The IExpressionIn 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