Class RowDuplication
Creates one or more duplicates of your incoming row. Use the CanDuplicate property if you want to duplicate only particular rows.
Inheritance
System.Object
DataFlowSource<System.Dynamic.ExpandoObject>
RowDuplication<System.Dynamic.ExpandoObject>
RowDuplication
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 RowDuplication : RowDuplication<ExpandoObject>, IDataFlowLogging, ILoggableTask, IDataFlowTransformation<ExpandoObject, ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent
Constructors
RowDuplication()
Declaration
public RowDuplication()
RowDuplication(Int32)
Declaration
public RowDuplication(int numberOfDuplicates)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numberOfDuplicates |
RowDuplication(Predicate<ExpandoObject>)
Declaration
public RowDuplication(Predicate<ExpandoObject> canDuplicate)
Parameters
Type | Name | Description |
---|---|---|
System.Predicate<System.Dynamic.ExpandoObject> | canDuplicate |
RowDuplication(Predicate<ExpandoObject>, Int32)
Declaration
public RowDuplication(Predicate<ExpandoObject> canDuplicate, int numberOfDuplicates)
Parameters
Type | Name | Description |
---|---|---|
System.Predicate<System.Dynamic.ExpandoObject> | canDuplicate | |
System.Int32 | numberOfDuplicates |