SelectTransformRemoveSelectExpression Method

Removes a select expression previously defined.

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

Parameters

expressionId
Type: SystemGuid
The expression or the corresponding output element ID.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current instance does not support ProviderElementExpressions.
ArgumentExceptionexpressionId is Empty or no expression with the specified expressionId was found in the current transform.
See Also