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)
Syntaxpublic virtual void SelectOutputElements(
IDictionary<string, string> elementsMap
)
Public Overridable Sub SelectOutputElements (
elementsMap As IDictionary(Of String, String)
)
public:
virtual void SelectOutputElements(
IDictionary<String^, String^>^ elementsMap
)
abstract SelectOutputElements :
elementsMap : IDictionary<string, string> -> unit
override SelectOutputElements :
elementsMap : IDictionary<string, string> -> unit Parameters
- elementsMap
- Type: System.Collections.GenericIDictionaryString, String
The element map.
Exceptions
RemarksIf this is overridden, do not forget to call method UpdateOutputElements at the end of the overriding method.
See Also