Class RowTransformation
The RowTransformation will apply the transformation function to each row of data.
Inheritance
System.Object
DataFlowSource<System.Dynamic.ExpandoObject>
RowTransformation<System.Dynamic.ExpandoObject>
RowTransformation
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 RowTransformation : RowTransformation<ExpandoObject>, ILoggableTask, IDataFlowLogging, IDataFlowTransformation<ExpandoObject, ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent
Constructors
RowTransformation()
Declaration
public RowTransformation()
RowTransformation(Func<ExpandoObject, ExpandoObject>)
Declaration
public RowTransformation(Func<ExpandoObject, ExpandoObject> rowTransformationFunc)
Parameters
Type | Name | Description |
---|---|---|
System.Func<System.Dynamic.ExpandoObject, System.Dynamic.ExpandoObject> | rowTransformationFunc |
RowTransformation(Func<ExpandoObject, ExpandoObject>, Action)
Declaration
public RowTransformation(Func<ExpandoObject, ExpandoObject> rowTransformationFunc, Action initAction)
Parameters
Type | Name | Description |
---|---|---|
System.Func<System.Dynamic.ExpandoObject, System.Dynamic.ExpandoObject> | rowTransformationFunc | |
System.Action | initAction |