TSTool / Command / RenameTableColumns
Overview
The RenameTableColumns command renames table columns.
Command Editor
The following dialog is used to edit the command and illustrates the syntax of the command
RenameTableColumns Command Editor (see also the full-size image)
Command Syntax
The command syntax is as follows:
RenameTableColumns(Parameter="Value",...)
Command Parameters
| Parameter&inbsp; | Description | Default |
|---|---|---|
TableIDrequired |
The identifier for the table to be modified. Can be specified using ${Property}. |
None – must be specified. |
ColumnMaprequired |
Map of column old and new names, can use ${Property}, syntax:OriginalColumnName1:NewColumnName1, OriginalColumnName2:NewColumnName2 |
None - must be specified. |
Examples
See the automated tests.
Troubleshooting
See Also
DeleteTableColumnscommand