LogicalValueAddChildValue Method |
Adds the child value to the container.
Namespace: Dundas.BI.Data.ParametersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic void AddChildValue(
ParameterValue value
)
Public Sub AddChildValue (
value As ParameterValue
)
public:
void AddChildValue(
ParameterValue^ value
)
member AddChildValue :
value : ParameterValue -> unit Parameters
- value ParameterValue
- The value.
Exceptions
See Also