Show / Hide Table of Contents

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 Source

In(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

  • Improve this Doc
  • View Source
Back to top Generated by DocFX