Share via


Dictionary.tableCnt2Id Method

Provides the ID of a specified table.

Syntax

public TableId tableCnt2Id(int cnt)

Run On

Called

Parameters

  • cnt
    Type: int
    An integer that specifies a table, based on the order of tables.

Return Value

Type: TableId Extended Data Type
A tableId system data type value that indicates the table ID; 0 (zero) if you pass a cnt value that is larger than the number of tables that is returned by the Dictionary::tableCnt method.

See Also

Dictionary Class

Dictionary Class