Share via


DictTableMap.Table Method

Definition

Retrieves the table that the mapping references.

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

Returns

The table ID.

Remarks

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

Applies to