ESRI.ArcGIS.DataManagementTools Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
AddJoin Class
See Also  Members  
ESRI.ArcGIS.DataManagementTools Namespace : AddJoin Class


Joins a table view to a layer (or a table view to a table view) based on a common field.The records in the input layer or table view are matched to the record in the join table view based on the join field and the Input Field when the values are equal. The join is temporary (as is the layer) and will only last for the duration of the session.

Syntax

Visual Basic (Declaration)  
Public Class AddJoin 
   Implements IGPProcess 
Visual Basic (Usage) Copy Code
Dim instance As AddJoin
C#  
public class AddJoin : IGPProcess  

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.DataManagementTools.AddJoin

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also