SqlDataDictionary.tableCreate Method [AX 2012]
Creates one or more Microsoft Dynamics AX tables in the SQL database. Also, provides an option to create for index.
public int tableCreate([boolean indexes, TableId tableId])
Run On
ServerParameters
- indexes
- Type: boolean
A boolean flag that determines whether to create indexes; optional.
- tableId
- Type: TableId Extended Data Type
The table handle (0 for all); optional.
Community Additions
ADD
Show: