Adds the ON clause to the current JOIN clause
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax IJoin On(
IExpression expression
)
Parameters
- expression
- Type: Couchbase.Lite.QueryIExpression
The expression to use as the ON clause
Return Value
Type:
IJoinThe query for further processing
See Also