SqlDataDictionary.tableDrop Method [AX 2012]
Drops the Microsoft Dynamics AX table in the SQL database.
public int tableDrop(TableId tableId, [boolean prompt_before_drop])
Run On
ServerParameters
- tableId
- Type: TableId Extended Data Type
- prompt_before_drop
- Type: boolean
A boolean flag that determines whether to ask user before dropping the table; optional. By default, true.
Community Additions
ADD
Show: