Interface IJoinRouter
An interface representing a portion of an IQuery that can accept JOIN as its next clause
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface IJoinRouter
  Methods
| Improve this Doc View SourceJoin(IJoin[])
Create and appends the list of JOINS to the current IQuery
Declaration
IJoins Join(params IJoin[] joins)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IJoin[] | joins | The join clauses to add  | 
      
Returns
| Type | Description | 
|---|---|
| IJoins | The query with the join statement, for further processing  |