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




The following tables list the members exposed by MakeQueryTable.

Public Constructors

 NameDescription
Public ConstructorMakeQueryTable ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyin_fieldThe fields to include in the layer or table view. If an alias is set for a field, this is the name that appears. If no fields are specified, all fields from all tables are included. (In, Optional)  
Public Propertyin_key_fieldSpecifies a field or combination of fields that can be used to uniquely identify a row in the query. This parameter is used only when the USE_KEY_FIELDS option is set. (In, Optional)  
Public Propertyin_key_field_optionIndicates how an ObjectID field will be generated, if at all, for the query. The default is USE_KEY_FIELDS. (In, Required)  
Public Propertyin_tableThe 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)  
Public Propertyout_tableThe name of the layer or table view that will be created by the tool. (Out, Required)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Public Propertywhere_clauseAn SQL expression used to select a subset of records. The syntax for the expression differs slightly depending on the data source. For example, if you're querying file or ArcSDE geodatabases, shapefiles, coverages, dBase, or INFO tables, enclose field names in double quotes: (In, Optional)  
Top

See Also

© 2010 All Rights Reserved.