Class RowMultiplication<TInput>
This transformation allow you to transform one row of your input data into multiple rows.
Inheritance
System.Object
DataFlowSource<TInput>
DataFlowTransformation<TInput, TInput>
RowMultiplication<TInput, TInput>
RowMultiplication<TInput>
Implements
IDataFlowTransformation<TInput, TInput>
IDataFlowSource<TInput>
IDataFlowDestination<TInput>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ETLBox.DataFlow.Transformations
Assembly: ETLBox.dll
Syntax
public class RowMultiplication<TInput> : RowMultiplication<TInput, TInput>, IDataFlowLogging, ILoggableTask, IDataFlowTransformation<TInput, TInput>, IDataFlowSource<TInput>, IDataFlowSource, IDataFlowDestination<TInput>, IDataFlowDestination, IDataFlowComponent
Type Parameters
Name | Description |
---|---|
TInput |
Constructors
RowMultiplication()
Declaration
public RowMultiplication()
RowMultiplication(Func<TInput, IEnumerable<TInput>>)
Declaration
public RowMultiplication(Func<TInput, IEnumerable<TInput>> multiplicationFunc)
Parameters
Type | Name | Description |
---|---|---|
System.Func<TInput, System.Collections.Generic.IEnumerable<TInput>> | multiplicationFunc |