Class CachedRowTransformation
Implemented by transformations that have one or more inputs of the same type and one or more outputs of the same type
Inheritance
System.Object
DataFlowSource<System.Dynamic.ExpandoObject>
CachedRowTransformation<System.Dynamic.ExpandoObject, System.Dynamic.ExpandoObject, System.Dynamic.ExpandoObject>
CachedRowTransformation<System.Dynamic.ExpandoObject>
CachedRowTransformation
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 CachedRowTransformation : CachedRowTransformation<ExpandoObject>, ILoggableTask, IDataFlowLogging, IDataFlowTransformation<ExpandoObject, ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent
Constructors
CachedRowTransformation()
Declaration
public CachedRowTransformation()
CachedRowTransformation(Func<ExpandoObject, ICollection<ExpandoObject>, ExpandoObject>)
Declaration
public CachedRowTransformation(Func<ExpandoObject, ICollection<ExpandoObject>, ExpandoObject> rowTransformationFunc)
Parameters
Type | Name | Description |
---|---|---|
System.Func<System.Dynamic.ExpandoObject, System.Collections.Generic.ICollection<System.Dynamic.ExpandoObject>, System.Dynamic.ExpandoObject> | rowTransformationFunc |