Show / Hide Table of Contents

Class TableJoinSublayerSource

Table Join sublayer source that is the result of a join operation between two sublayer sources.

Inheritance
object
SublayerSource
TableJoinSublayerSource
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class TableJoinSublayerSource : SublayerSource
Remarks

Nested joins are supported. To use nested joins, set either LeftSublayerSource or RightSublayerSource to be a TableJoinSublayerSource.

In the ArcGIS REST API, a TableJoinSublayerSource corresponds to a "dataLayer" layerSource with a "joinTable" dataSource.

Constructors

Name Description
TableJoinSublayerSource(string, SublayerSource, string, SublayerSource, JoinType)

Initializes a new instance of the TableJoinSublayerSource class, joining the given sublayer sources in a specified way.

Properties

Name Description
JoinType

Gets the join type.

LeftFieldName

Gets the name of the left-side field (table key).

LeftSublayerSource

Gets the left-side sublayer source.

RightFieldName

Gets the name of the right-side field (table key).

RightSublayerSource

Gets the right-side sublayer source.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 300.0
.NET Windows100.13 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
.NET Framework100.1 - 200.8
Xamarin.Android100.1 - 100.15
Xamarin.iOS100.1 - 100.15
UWP100.1 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.