The FMPQuery.Builder.JoinType enumeration is used to determine a type of join query.
enum FMPQuery.Builder.JoinType
It is used by the join(_:type:) method of the FMPQuery.Builder class.
| Value | Description |
| inner | case inner |
| left | case left |
| cross | case cross |
See also: