Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Generates and returns the SQL statement to drop an Microsoft Dynamics AX table.
Syntax
public str tableDropDDL(TableId tableId)
Run On
Server
Parameters
- tableId
Type: TableId Extended Data Type
The table to be dropped.
Return Value
Type: str
The SQL statement that drops the specified Microsoft Dynamics AX table.