Dictionary.tableSql Method [AX 2012]

Indicates whether a table is a SQL table.

public boolean tableSql(TableId tableId)

Run On

Called

Parameters

tableId
Type: TableId Extended Data Type
A tableId system data type that indicates the table ID.

Return Value

Type: boolean
true if the table is a SQL table; otherwise, false.

Community Additions

ADD
Show: