SqlDataDictionary.indexCreateDDL Method [AX 2012]
Generates and returns the SQL statements needed to create the indexes of an Microsoft Dynamics AX table.
public str indexCreateDDL(TableId tableId)
Run On
ServerParameters
- tableId
- Type: TableId Extended Data Type
The table handle that the index should be created for.
Return Value
Type: strReturns SQL statements to create the indexes of the Microsoft Dynamics AX table.
Community Additions
ADD
Show: