Share via


SqlDataDictionary.tableDrop Method

Drops the Microsoft Dynamics AX table in the SQL database.

Syntax

public int tableDrop(TableId tableId, [boolean prompt_before_drop])

Run On

Server

Parameters

  • prompt_before_drop
    Type: boolean
    A boolean flag that determines whether to ask user before dropping the table; optional. By default, true.

Return Value

Type: int
Zero if the method succeeds.

See Also

Reference

SqlDataDictionary Class