Interface IDataFlowTransformation<TOutput>

Implemented by transformations that can have multiple inputs with different type and one or more outputs of the same type

Namespace: ETLBox.DataFlow
Assembly: ETLBox.dll
Syntax
    public interface IDataFlowTransformation<TOutput> : IDataFlowSource<TOutput>, IDataFlowSource, IDataFlowDestination, IDataFlowComponent
Type Parameters
NameDescription
TOutput

Type of outgoing data