DM_getTaxParentCol

This method returns the name of the column that contains the parent values of a category map in a taxonomy contained in DM_LogicalDataSpec value.

Syntax

Method syntax

Read syntax diagramSkip visual syntax diagram
>>-logData..DM_getTaxParentCol--(--taxName--,--pos--)----------><

Function syntax

Read syntax diagramSkip visual syntax diagram
>>-DM_getTaxParentCol--(--logData--,--taxName--,--pos--)-------><

Parameters

logData
A value of type DM_LogicalDataSpec
taxName
A value of type VARCHAR(128) that represents the name of the taxonomy
pos
A value of type INTEGER that represents the position of the category map within the taxonomy, ranging from 1 to the number of category maps in the taxonomy

Return Value

The return value is of type VARCHAR(128)



Feedback | Information roadmap