Show / Hide Table of Contents

Class TableJoinSublayerSource

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

Inheritance
System.Object
SublayerSource
TableJoinSublayerSource
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.1 - 200.7
Xamarin.Android100.1 - 100.15
Xamarin.iOS100.1 - 100.15
UWP100.1 - 200.7
In This Article
Back to top Copyright © 2022 Esri.