Join Class |
Namespace: Couchbase.Lite.Query
public static class Join
The Join type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CrossJoin |
Creates a CROSS JOIN clause
|
![]() ![]() | InnerJoin |
Creates an INNER JOIN clause
|
![]() ![]() | LeftJoin |
Synonym for LeftOuterJoin(IDataSource) |
![]() ![]() | LeftOuterJoin |
Creates a LEFT OUTER JOIN clause
|