Click or drag to resize

IJoinRouterJoins 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-b0364
Syntax
C#
IJoin Joins(
	params IJoin[] joins
)

Parameters

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

Return Value

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