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




in_table
The name of the table or tables to be used in the query. If several tables are listed, the Expression parameter can be used to define how they are to be joined. (In, Required)
out_table
The name of the layer or table view that will be created by the tool. (Out, Required)
in_key_field_option
Indicates how an ObjectID field will be generated, if at all, for the query. The default is USE_KEY_FIELDS. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_table As Object, _
   ByVal out_table As Object, _
   ByVal in_key_field_option As String _
)
Visual Basic (Usage)Copy Code
Dim in_table As Object
Dim out_table As Object
Dim in_key_field_option As String
 
Dim instance As MakeQueryTable(in_table, out_table, in_key_field_option)
C# 
public MakeQueryTable( 
   object in_table,
   object out_table,
   string in_key_field_option
)

Parameters

in_table
The name of the table or tables to be used in the query. If several tables are listed, the Expression parameter can be used to define how they are to be joined. (In, Required)
out_table
The name of the layer or table view that will be created by the tool. (Out, Required)
in_key_field_option
Indicates how an ObjectID field will be generated, if at all, for the query. The default is USE_KEY_FIELDS. (In, Required)

See Also

© 2010 All Rights Reserved.