Click or drag to resize

IJoinOn Interface

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 (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public interface IJoinOn : IJoin

The IJoinOn type exposes the following members.

Methods
  NameDescription
Public methodOn
Adds the ON clause to the current JOIN clause
Top
See Also