SelectTransformSelectOutputElements Method

Selects the output elements.

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 SelectOutputElements(
	IDictionary<string, string> elementsMap
)

Parameters

elementsMap
Type: System.Collections.GenericIDictionaryString, String
The element map.
Exceptions
ExceptionCondition
ArgumentExceptionelementsMap is or empty.
Remarks
If this is overridden, do not forget to call method UpdateOutputElements at the end of the overriding method.
See Also