Show / Hide Table of Contents

Interface IJoinOn

An interface representing an IQuery with a partially constructed JOIN clause that has not yet received its ON clause

Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface IJoinOn : IJoin

Methods

| Improve this Doc View Source

On(IExpression)

Adds the ON clause to the current JOIN clause

Declaration
IJoin On(IExpression expression)
Parameters
Type Name Description
IExpression expression

The expression to use as the ON clause

Returns
Type Description
IJoin

The query for further processing

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