Interface IDataFlowTransformation<TInput, TOutput>

Implemented by transformations that have one or more inputs of the same type and one or more outputs of the same type

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

Type of ingoing data

TOutput

Type of outgoing data