For a list of all members of this type, see MakeTableView members.
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| field_info | Specifies which fields from the input table to rename and make visible in the output table view. (In, Optional) |
| in_table | The input table or feature class. (In, Required) |
| out_view | The name of the table view to be created. (Out, Required) |
| 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 | An 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) |
| workspace | The input workspace used to validate the field names. If the input is a geodatabase table and the output workspace is a dBASE table, the field names may be truncated, since dBASE fields can only have names of ten characters or less. The new names may be reviewed and altered using the field information control. (In, Optional) |
Top
See Also