Share via


ReleaseUpdateDB::changeTableId Method [AX 2012]

Changes the ID of a table.

Syntax

server public static boolean changeTableId(
    TableId _oldId, 
    TableId _newId, 
    TableName _tableName)

Run On

Server

Parameters

Return Value

Type: boolean
true if the change is successful; otherwise, false.

Remarks

The table name, table fields, and so on must be preserved in the new table.

See Also

Reference

ReleaseUpdateDB Class