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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close