Title here
Summary here
This transformation allow you to transform one row of your input data into multiple rows.
public class RowMultiplication<TInput> : RowMultiplication<TInput, TInput>, IDataFlowTransformation<TInput, TInput>, IDataFlowSource<TInput>, IDataFlowSource, IDataFlowDestination<TInput>, IDataFlowDestination, IDataFlowComponent, ILoggableTask
Name | Description |
---|---|
TInput | Type of ingoing data. |
public RowMultiplication()
public RowMultiplication(Func<TInput, IEnumerable<TInput>> multiplicationFunc)
Type | Name | Description |
---|---|---|
Func<TInput, IEnumerable<TInput>> | multiplicationFunc |