DictTableMap.Fieldcnt Method

Definition

Retrieves the count of fields in the table mapping.

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

Returns

The count.

Remarks

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

Applies to