BridgeParameterAttachParameter Method (Parameter, String)

Attaches the data cube parameter to the current instance, using the specified expression.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public AttachedParameterInfo AttachParameter(
	Parameter parameter,
	string expression
)

Parameters

parameter
Type: Dundas.BI.Data.ParametersParameter
The data cube parameter.
expression
Type: SystemString
The expression to use for calculating the value for the attached parameter.

Return Value

Type: AttachedParameterInfo
The attached parameter information.
Exceptions
ExceptionCondition
ArgumentNullExceptionparameter is .
ArgumentExceptionparameter does not have the same parent entity as the current instance or expression is or empty.
See Also