Interface IDataFlowTransformation<TOutput>
Implemented by transformations that can have multiple inputs with different type and one or more outputs of the same type
Inherited Members
Namespace: ETLBox.DataFlow
Assembly: ETLBox.dll
Syntax
public interface IDataFlowTransformation<TOutput> : IDataFlowSource<TOutput>, IDataFlowSource, IDataFlowDestination, IDataFlowComponent
Type Parameters
Name | Description |
---|---|
TOutput | Type of outgoing data |