Share via


Dictionary.tableSystem Method

Indicates whether a table is a system table.

Syntax

public boolean tableSystem(TableId tableId)

Run On

Called

Parameters

Return Value

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

Remarks

You can pass a table name to this method instead of a table ID by using the tableNum intrinsic function. For more information, see Intrinsic Functions.

See Also

Dictionary Class

Dictionary Class