Click or drag to resize

IJoinRouterJoin Method

Create and appends the list of JOINS to the current IQuery

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
IJoins Join(
	params IJoin[] joins
)

Parameters

joins
Type: Couchbase.Lite.QueryIJoin
The join clauses to add

Return Value

Type: IJoins
The query with the join statement, for further processing
See Also