GetActiveDataRelation Method
Description
Returns the active data resource asset relation whether or not it is associated directly with this object.
Syntax
Visual Basic
Public Function GetActiveDataRelation() As Object
Return Type
An AssetRelation reference.
Remarks

Returns the data resource asset relation actually used as the source of parameter values for the run.


For example, if this object is a TestConfig, the data used in the test run can be the data associated with the parent Test or it can be the data directly associated with the test configuration object

See Also