Class RowMultiplication
This transformation allow you to transform one row of your input data into multiple rows.
Implements
IDataFlowSource<System.Dynamic.ExpandoObject>
IDataFlowDestination<System.Dynamic.ExpandoObject>
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 : RowMultiplication<ExpandoObject, ExpandoObject>, IDataFlowLogging, ILoggableTask, IDataFlowTransformation<ExpandoObject, ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent
Constructors
RowMultiplication()
Declaration
public RowMultiplication()
RowMultiplication(Func<ExpandoObject, IEnumerable<ExpandoObject>>)
Declaration
public RowMultiplication(Func<ExpandoObject, IEnumerable<ExpandoObject>> multiplicationFunc)
Parameters
Type | Name | Description |
---|---|---|
System.Func<System.Dynamic.ExpandoObject, System.Collections.Generic.IEnumerable<System.Dynamic.ExpandoObject>> | multiplicationFunc |