SqlDataDictionary.indexCreateDDL Method

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

Return Value

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

See Also

Reference

SqlDataDictionary Class