Share via


SysDictTable::getAllIndexes Method [AX 2012]

Gets all the indexes for all tables.

Syntax

server public static container getAllIndexes()

Run On

Server

Return Value

Type: container
A container that contains the tableId, tableName, indexId, and indexName values of all the SQL tables.

Remarks

This method runs only on the server tier.

See Also

Reference

SysDictTable Class