SqlDataDictionary.tableTruncateDDL Method [AX 2012]

Generates and returns a SQL statement to truncate an Microsoft Dynamics AX table.

public str tableTruncateDDL(TableId tableId)

Run On

Server

Parameters

tableId
Type: TableId Extended Data Type
The table handle of the table to be truncated.

Return Value

Type: str
The SQL statement to truncate the table.

Community Additions

ADD
Show: