ArcGIS API for Silverlight - Library Reference
JoinDataSource Class Members
See Also  Properties  Methods  Send comments on this topic
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 PropertyJoinType Gets or sets the type of join that will be preformed.  
public PropertyLeftTableKey Gets 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 PropertyLeftTableSource Gets or sets the LayerSource to be used as the left table for the join operation  
public PropertyRightTableKey Gets or Sets Key field to be used for the right table source for the join. Field must be indexed to create a join.  
public PropertyRightTableSource Gets 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.