The following tables list the members exposed by TableToTable.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| config_keyword | Specifies the storage parameters (configuration) for geodatabases in file and ArcSDE geodatabases. Personal geodatabases do not use configuration keywords. (In, Optional) |
| field_mapping | The fields and field contents chosen from the inputs. Each of the unique input fields will be listed on the Field Map window and when expanded, you will see a list of all the input field occurrences (sub fields). New fields can also be added. (In, Optional) |
| in_rows | The input dBASE, INFO, OLE DB, or geodatabase table. (In, Required) |
| out_name | The name of the output table. (In, Required) |
| out_path | This can be a geodatabase or a folder. If the output location is a folder, the output table will be a dBASE table. (In, Required) |
| out_table | Output Table (out, Optional) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
| where_clause | The SQL query expression, which will be used to select records. If no expression is entered, all rows will be used. The syntax for the expression is slightly different based on the data you're querying. Some of the most commonly encountered differences are below. For a more complete list, see the Select By Attribute tool Help. If no expression is specified, all rows will be transferred to the output. (In, Optional) |
Top
See Also