Share via


DictTableMap.Fieldcnt2fieldto(Int32) Method

Definition

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

public:
 virtual int Fieldcnt2fieldto(int _cnt);
public virtual int Fieldcnt2fieldto (int _cnt);
abstract member Fieldcnt2fieldto : int -> int
override this.Fieldcnt2fieldto : int -> int
Public Overridable Function Fieldcnt2fieldto (_cnt As Integer) As Integer

Parameters

_cnt
Int32

Returns

The table field ID.

Remarks

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

Applies to