TransformRemoveOutputExpression Method

Removes a process expression previously defined for an output connector element.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public void RemoveOutputExpression(
	Guid expressionId
)

Parameters

expressionId
Type: SystemGuid
The expression or the calculated element ID.
Exceptions
ExceptionCondition
ArgumentExceptionexpressionId is Empty or no expression with the specified expressionId was found in the current transform.
InvalidOperationExceptionThe current transform does not allow expression-based elements.
See Also