![]() |
OTX Reference
|
|
Returns a list the key in the parameter. More...

Public Attributes | |
| DbParameterTerm | dbParameter |
| Cardinality [1] The parameter to return key(s) of referred TABLE or TABLE-ROW. More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term | |
| MetaData | metaData |
| Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Returns a list the key in the parameter.
The GetDbParameterKeysAsString activity is a term, If the corresponding TABLE-KEY references a TABLE (dynamic case), this method delivers all keys of this TABLE (keys of all TABLE-ROWs). If the corresponding TABLE-KEY references a TABLE-ROW directly (static case), this method delivers exactly one key – the key of that TABLE-ROW.
The length of the list is zero, if no Key is available. If the parameter is not of parameter type eTABLE_KEY, the InvalidTypeException exception will be thrown.
Note: The appropriate MVCI system operation is MCDDbParameter::getKeys[]::getValueAsString.
| Exceptions.InvalidTypeException | If the parameter is not of parameter type eTABLE_KEY |
| DbParameterTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbParameterKeysAsString.dbParameter |
Cardinality [1]
The parameter to return key(s) of referred TABLE or TABLE-ROW.