Table Join Sublayer Source
    Table Join sublayer source is the result of a join operation. Nested joins are supported. To use nested joins, set either leftTableSource or rightTableSource to be a TableJoinSublayerSource.
Since
200.1.0
See also
Constructors
Link copied to clipboard
                  constructor(leftFieldName: String, leftSublayerSource: SublayerSource, rightFieldName: String, rightSublayerSource: SublayerSource, joinType: JoinType)
Creates a table join sublayer source.
Properties
Link copied to clipboard
                  The join type. JoinType.Unknown if an error occurs.
Link copied to clipboard
                  The left field name.
Link copied to clipboard
                  The left sublayer source.
Link copied to clipboard
                  The right field name.
Link copied to clipboard
                  The right sublayer source.