An interface representing a portion of an
IQuery that can accept JOIN
as its next clause
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax public interface IJoinRouter
The IJoinRouter type exposes the following members.
Methods
| Name | Description |
---|
| Joins |
Create and appends the list of JOINS to the current IQuery |
TopSee Also