Open this page in the API Guide

DataProcess.ChangeTransformElementName Method

Changes the name of the transform element and propagates the change to child elements, as long as their usage type is passive or active only.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void ChangeTransformElementName(
	ConnectorElement element,
	string name
)

Parameters

element
Type: Dundas.BI.Data.Transforms.ConnectorElement
The transform element.
name
Type: System.String
The updated name.
Exceptions
ExceptionCondition
ArgumentNullExceptionelement is null.
ArgumentExceptionname is null or Empty.
See Also