TableJoinSublayerSource QML Type

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:

SublayerSource

Properties

Signals

Detailed Description

Property Documentation

joinType : Enums.JoinType

The join type.

This property can be set only during instantiation.

See also Enums.JoinType.


leftFieldName : string

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.


rightFieldName : string

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

joinTypeChanged()

Emitted when the joinType property changes.

Note: The corresponding handler is onJoinTypeChanged.


leftFieldNameChanged()

Emitted when the leftFieldName property changes.

Note: The corresponding handler is onLeftFieldNameChanged.


leftSublayerSourceChanged()

Emitted when the leftSublayerSource property changes.

Note: The corresponding handler is onLeftSublayerSourceChanged.


rightFieldNameChanged()

Emitted when the rightFieldName property changes.

Note: The corresponding handler is onRightFieldNameChanged.


rightSublayerSourceChanged()

Emitted when the rightSublayerSource property changes.

Note: The corresponding handler is onRightSublayerSourceChanged.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.