Share via


Dictionary.tableName Method

Provides the name of a specified table.

Syntax

public str tableName(TableId tableId)

Run On

Called

Parameters

Return Value

Type: str
A string that indicates the table name; UNKNOWN if you pass a tableId value that does not exist.

Remarks

The method returns UNKNOWN if you pass a tableId value that does not exist.

See Also

Dictionary Class

Dictionary Class