IInputMappingTransform Interface

Interface for transforms that have relationships between two inputs.

Namespace: Dundas.BI.Data.Transforms
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface IInputMappingTransform

The IInputMappingTransform type exposes the following members.

Methods
 NameDescription
Public methodDefineElementMapping Sets a mapping between connector elements from different inputs of the transform.
Public methodRemoveElementMapping Clears an already defined mapping for the specified element.
Top
See Also