Share via


ReleaseUpdateDB::backendTableName Method [AX 2012]

Gets the back-end table name of a Microsoft Dynamics AX table.

Syntax

server public static str backendTableName(TableId _tableId)

Run On

Server

Parameters

Return Value

Type: str
The back-end table name in the Microsoft SQL Server.

Exceptions

Exception Condition
Error

The table ID is 0.

–or–

The table is not found.

Remarks

If the AOT table name is too long, it will be truncated, and the table ID is attached to the end to build up the back-end table name.

See Also

Reference

ReleaseUpdateDB Class