DictTableMap.Fieldcnt2fieldfrom(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the map field that is referencing a table field.
public:
virtual int Fieldcnt2fieldfrom(int _cnt);
public virtual int Fieldcnt2fieldfrom (int _cnt);
abstract member Fieldcnt2fieldfrom : int -> int
override this.Fieldcnt2fieldfrom : int -> int
Public Overridable Function Fieldcnt2fieldfrom (_cnt As Integer) As Integer
Parameters
- _cnt
- Int32
Returns
The map field ID.
Remarks
Use this method to get to the table mappings, instead of traversing to the tree node.