DictTable.clusterIndex Method [AX 2012]
Returns the ID of the clustered index for the table.
public IndexId clusterIndex([boolean asDefinedInAOT])
Run On
CalledParameters
- asDefinedInAOT
- Type: boolean
A value that indicates whether the clustered index to retrieve is defined in the AOT. A value of true returns the clustered index as defined in the AOT. A value of false returns the clustered index as defined in the SQL table; optional.
Return Value
Type: IndexId Extended Data TypeThe ID of the clustered index for the table; 0 (zero) if there is no clustered index for the table.
Community Additions
ADD
Show: