Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Generates and returns the SQL statements needed to create the indexes of an Microsoft Dynamics AX table.
Syntax
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.