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

Server

Parameters

tableId
Type: TableId Extended Data Type
The table handle that the index should be created for.

Return Value

Type: str
Returns SQL statements to create the indexes of the Microsoft Dynamics AX table.

Community Additions

ADD
Show: