JoinTableSourceDescription
Base Type: MapServerSourceDescription
A value object that contains the settings of a join in which the table is participating.
Property | Type | Description |
---|---|---|
JoinType | The join type. | |
LeftSourceDescription | The data source for the left table. | |
LeftTableKey | string | The field name from the left table that will be used for the join. |
RightSourceDescription | MapServerSourceDescription | The data source for the right table. |
RightTableKey | string | The field name from the right table that will be used for the join. |
Remarks
To achieve maximum map service performance, the left and right table should be from the same workspace.
2/28/2020