Click or drag to resize

IJoinRouter Interface

An interface representing a portion of an IQuery that can accept JOIN as its next clause

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public interface IJoinRouter

The IJoinRouter type exposes the following members.

Methods
  NameDescription
Public methodJoin
Create and appends the list of JOINS to the current IQuery
Top
See Also