Interface IJoinOn
An interface representing an IQuery with a partially constructed JOIN clause that has not yet received its ON clause
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface IJoinOn : IJoin
Methods
| Improve this Doc View SourceOn(IExpression)
Adds the ON clause to the current JOIN clause
Declaration
IJoin On(IExpression expression)
Parameters
Type | Name | Description |
---|---|---|
IExpression | expression | The expression to use as the ON clause |
Returns
Type | Description |
---|---|
IJoin | The query for further processing |