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.
Sets a new table ID, depending on a table name.
Syntax
server public static TableId changeTableByAOTName(
IdentifierName _aotNname,
TableId _tabIdOld,
TableId _tabIdNew)
Run On
Server
Parameters
- _aotNname
Type: IdentifierName Extended Data Type
The AOT table name.
- _tabIdOld
Type: TableId Extended Data Type
The old table ID.
- _tabIdNew
Type: TableId Extended Data Type
The new table ID.
Return Value
Type: TableId Extended Data Type
The old table ID.