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.1.0-b0232
Syntax public interface IJoinRouter
The IJoinRouter type exposes the following members.
Methods
| Name | Description |
---|
| Join |
Create and appends the list of JOINS to the current IQuery |
TopSee Also