Sublayer source that is the result of a join operation between two sublayer sources. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
Properties
- joinType : Enums.JoinType
- leftFieldName : string
- leftSublayerSource : SublayerSource
- rightFieldName : string
- rightSublayerSource : SublayerSource
Signals
- joinTypeChanged()
- leftFieldNameChanged()
- leftSublayerSourceChanged()
- rightFieldNameChanged()
- rightSublayerSourceChanged()
Detailed Description
Property Documentation
The left-side field (table key).
This property can be set only during instantiation.
leftSublayerSource : SublayerSource |
The left-side sublayer source.
This property can be set only during instantiation.
The right-side field (table key).
This property can be set only during instantiation.
rightSublayerSource : SublayerSource |
The right-side sublayer source.
This property can be set only during instantiation.
Signal Documentation
Emitted when the joinType property changes.
Note: The corresponding handler is onJoinTypeChanged
.
Emitted when the leftFieldName property changes.
Note: The corresponding handler is onLeftFieldNameChanged
.
Emitted when the leftSublayerSource property changes.
Note: The corresponding handler is onLeftSublayerSourceChanged
.
Emitted when the rightFieldName property changes.
Note: The corresponding handler is onRightFieldNameChanged
.
Emitted when the rightSublayerSource property changes.
Note: The corresponding handler is onRightSublayerSourceChanged
.