Share via


SysDictTable::getAllSqlTables Method [AX 2012]

Get all the SQL tables that are not viewed.

Syntax

server public static container getAllSqlTables()

Run On

Server

Return Value

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

Remarks

This method runs only on the server tier.

See Also

Reference

SysDictTable Class