SelectTransformReplaceElementNames Method

Replaces the element names.

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 virtual void ReplaceElementNames(
	IDictionary<string, string> elementsMap
)

Parameters

elementsMap
Type: System.Collections.GenericIDictionaryString, String
The elements map. Provide map between source and target unique native names for elements.
Exceptions
ExceptionCondition
ArgumentExceptionelementsMap is or empty or elementsMap contains key or value that is or Empty.
NotFoundException Element with native name taken from one of the keys in elementsMap is not found in the Select Transform.
See Also