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
Inherited Members
Namespace: ETLBox
Assembly: ETLBox.dll
Syntax
public interface IDataFlowTransformation<TInput, TOutput> : IDataFlowSource<TOutput>, IDataFlowSource, IDataFlowDestination<TInput>, IDataFlowDestination, IDataFlowComponent
Type Parameters
Name | Description |
---|---|
TInput | Type of ingoing data |
TOutput | Type of outgoing data |