JoinType

sealed class JoinType

The join type (left outer or left inner) of a table join sublayer source. Can get the join type by calling TableJoinSublayerSource.joinType.

Since

200.1.0

See also

Inheritors

Types

Link copied to clipboard

Inner join type.

Link copied to clipboard

Left outer join type.

Link copied to clipboard
object Unknown : JoinType

Unknown.