TransformAddOutputExpression Method

Adds a new ExpressionDescriptor 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 ConnectorElementExpression AddOutputExpression(
	string name,
	string description,
	DataType dataType,
	string statement
)

Parameters

name
Type: SystemString
The name of the expression.
description
Type: SystemString
The description.
dataType
Type: Dundas.BI.Data.MetadataDataType
The expression result data type.
statement
Type: SystemString
The script statement.

Return Value

Type: ConnectorElementExpression
The expression object.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current transform does not allow expression-based elements.
See Also