Open this page in the API Guide

LogicalValue.AddChildValue Method

Adds the child value to the container.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void AddChildValue(
	ParameterValue value
)

Parameters

value
Type: Dundas.BI.Data.Parameters.ParameterValue
The value.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
ArgumentExceptionvalue has an invalid parameter ID.
See Also