FMPQuery.Builder.JoinType

Description

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.

Available Values

Value Description
inner
case inner
left
case left
cross
case cross

See also:

FMPWrapper Framework | Enumeration