Share via


DictTableMap.fieldCnt2FieldTo Method

Retrieves the table field that is referenced by the map field.

Syntax

public int fieldCnt2FieldTo(int _cnt)

Run On

Called

Parameters

  • _cnt
    Type: int
    The count index to check.

Return Value

Type: int
The table field ID.

Remarks

Use this method to get to the table mappings, instead of traversing to the tree node.

See Also

Reference

DictTableMap Class