Class TableJoinSublayerSource
Table Join sublayer source that is the result of a join operation between two sublayer sources.
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class TableJoinSublayerSource : SublayerSourceRemarks
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
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.1 - 200.8 | 
| Xamarin.Android | 100.1 - 100.15 | 
| Xamarin.iOS | 100.1 - 100.15 | 
| UWP | 100.1 - 200.8 |