TransformRemoveTransformExpression Method

Removes a transform expression previously defined for the current instance.

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

Parameters

expressionId
Type: SystemGuid
The expression ID.
Exceptions
ExceptionCondition
ArgumentExceptionexpressionId is Empty or no expression with the specified expressionId was found in the current transform.
See Also