ESRI.ArcGIS.DataManagementTools
JoinField Constructor(Object,Object,Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > JoinField Class > JoinField Constructor : JoinField Constructor(Object,Object,Object,Object)




in_data
The table or feature class to which the join table will be joined. (In, Required)
in_field
The field in the input table on which the join will be based. (In, Required)
join_table
The table to be joined to the input table. (In, Required)
join_field
The field in the join table that contains the values on which the join will be based. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_data As Object, _
   ByVal in_field As Object, _
   ByVal join_table As Object, _
   ByVal join_field As Object _
)
Visual Basic (Usage)Copy Code
Dim in_data As Object
Dim in_field As Object
Dim join_table As Object
Dim join_field As Object
 
Dim instance As JoinField(in_data, in_field, join_table, join_field)
C# 
public JoinField( 
   object in_data,
   object in_field,
   object join_table,
   object join_field
)

Parameters

in_data
The table or feature class to which the join table will be joined. (In, Required)
in_field
The field in the input table on which the join will be based. (In, Required)
join_table
The table to be joined to the input table. (In, Required)
join_field
The field in the join table that contains the values on which the join will be based. (In, Required)

See Also

© 2010 All Rights Reserved.