DataProcessAddTransform Method

Adds a new transform to the process definition, without connecting it to any other transform.

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 Transform AddTransform(
	Guid transformComponentId
)

Parameters

transformComponentId
Type: SystemGuid
The transform component ID.

Return Value

Type: Transform
The added transform.
Exceptions
ExceptionCondition
ArgumentExceptiontransformComponentId value is Empty or transformComponentId references a SelectTransform, which cannot be instantiated using the current method or transformComponentId references a Transform which does not exist.
See Also