SqlDataDictionary.tableTruncateDDL Method

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

Syntax

public str tableTruncateDDL(TableId tableId)

Run On

Server

Parameters

Return Value

Type: str
The SQL statement to truncate the table.

See Also

Reference

SqlDataDictionary Class