Click or drag to resize

IJoinOnOn Method

Adds the ON clause to the current JOIN clause

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
IJoin On(
	IExpression expression
)

Parameters

expression
Type: Couchbase.Lite.QueryIExpression
The expression to use as the ON clause

Return Value

Type: IJoin
The query for further processing
See Also