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 (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax public interface IJoinOn : IJoin
The IJoinOn type exposes the following members.
Methods
| Name | Description |
---|
| On |
Adds the ON clause to the current JOIN clause
|
TopSee Also