ArcGIS Runtime SDK for WPF - Library Reference
JoinDataSource Class Members
See Also  Properties  Methods 
ESRI.ArcGIS.Client Namespace : JoinDataSource Class


The following tables list the members exposed by JoinDataSource.

Public Constructors

 NameDescription
public ConstructorJoinDataSource ConstructorInitializes a new instance of the JoinDataSource class.  
Top

Public Properties

 NameDescription
public PropertyJoinTypeGets or sets the type of join that will be preformed.  
public PropertyLeftTableKeyGets or sets the key field to be used for the left table source for the join. Field must be indexed to create a join.  
public PropertyLeftTableSourceGets or sets the LayerSource to be used as the left table for the join operation  
public PropertyRightTableKeyGets or Sets Key field to be used for the right table source for the join. Field must be indexed to create a join.  
public PropertyRightTableSourceGets or sets the LayerSource to be used as the right table for the join operation  
Top

Public Methods

 NameDescription
public MethodToJsonOverridden. Serializes the JoinDataSource to JSON  
Top

See Also

© ESRI, Inc. All Rights Reserved.