Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Changes the name of a table, depending on its ID.
Syntax
server public static void changeNameByFieldId(
IdentifierName _newName,
TableId _tabId,
FieldId _fieldIdNew)
Run On
Server
Parameters
- _newName
Type: IdentifierName Extended Data Type
The new name of the table.
- _tabId
Type: TableId Extended Data Type
The table ID.
- _fieldIdNew
Type: FieldId Extended Data Type
The new field name.
Remarks
This function is deprecated.