<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > TableTitle > Method >GetParameterSetName |
Gets the parameter set name of a parameter label.
Prototype :
string GetParameterSetName
(
No Arguments
)
Reference :
Label must have the 'parameter' data type.
Returns ODI name if the parameter label is ODI parameter field and returns the string "OZFormParam" if the parameter label is form parameter field.
Example :
_TraceLn(This.GetParameterSetName());
Available Events :
All Events