RenameTable
- 1 Minute to read
- Print
- DarkLight
- PDF
RenameTable
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Prototype
Renames an existing table
Key | Value(s) | Description |
---|---|---|
method | "RenameTable" | Renames an existing table |
oldName | "OldTableName" | |
newName | "NewTableName" | |
deepRename | false | |
project | "CurrentProjectName" |
Renames a table.
CAUTION
- Does not rename any constructors (JSON methods) or DataSets.
- Joins will need to be rebuilt.
{
"method": "RenameTable",
"oldName": "Cust_23092023",
"newName": "Customer",
"deepRename": false,
"project": "Test01"
}
Available from: v5.9.22
Was this article helpful?