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




This tool applies an SQL query to a database and the results are represented in a layer or table view. The query can be used to join several tables or return a subset of columns or rows from the original data in the database.

Syntax

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

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.DataManagementTools.MakeQueryTable

See Also

© 2010 All Rights Reserved.