![]() |
OTX Reference
|
|
Gets the DbTable parameter structure of the DbParameter, if available More...

Public Attributes | |
| DbParameterTerm | dbParameter |
| Cardinality [1] The parameter to return the DbTable Parameter structure. 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... | |
Gets the DbTable parameter structure of the DbParameter, if available
The GetDbParameterTable term returns the DbTable parameter structure of the DbParameter, if available. That is, the decomposition of this parameter into further parameters represents exactly one table row of the table which is returned by this term. In case of a static reference, the decomposition can already be obtain at this DbParameter by calling the term GetDbParameters. In case of a dynamic reference, the collection returned by the term GetDbParameters is empty.
Note: The appropriate MVCI system operation is MCDDbParameter::getDbTable.
| Exceptions.InvalidTypeException | If the parameter is not of parameter type eTABLE_STRUCT |
| DbParameterTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbParameterTable.dbParameter |
Cardinality [1]
The parameter to return the DbTable Parameter structure.