SqlDataDictionary.tableCreateDDL Method
Generates and returns the SQL statement to create an Microsoft Dynamics AX table.
Syntax
public str tableCreateDDL(TableId tableId)
Run On
Server
Parameters
- tableId
Type: TableId Extended Data Type
The table handle of the table to be created.
Return Value
Type: str
The SQL statement to create an Microsoft Dynamics AX table.