SqlDataDictionary.tableDropDDL Method

Generates and returns the SQL statement to drop an Microsoft Dynamics AX table.

Syntax

public str tableDropDDL(TableId tableId)

Run On

Server

Parameters

Return Value

Type: str
The SQL statement that drops the specified Microsoft Dynamics AX table.

See Also

Reference

SqlDataDictionary Class