Class CachedRowTransformation<TInput, TOutput>
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<TOutput>
DataFlowTransformation<TInput, TOutput>
RowTransformation<TInput, TOutput>
CachedRowTransformation<TInput, TOutput, TInput>
CachedRowTransformation<TInput, TOutput>
Implements
IDataFlowTransformation<TInput, TOutput>
IDataFlowSource<TOutput>
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 CachedRowTransformation<TInput, TOutput> : CachedRowTransformation<TInput, TOutput, TInput>, ILoggableTask, IDataFlowLogging, IDataFlowTransformation<TInput, TOutput>, IDataFlowSource<TOutput>, IDataFlowSource, IDataFlowDestination<TInput>, IDataFlowDestination, IDataFlowComponent where TInput : class
Type Parameters
Name | Description |
---|---|
TInput | Type of ingoing data |
TOutput | Type of outgoing data |
Constructors
CachedRowTransformation()
Declaration
public CachedRowTransformation()
CachedRowTransformation(Func<TInput, ICollection<TInput>, TOutput>)
Declaration
public CachedRowTransformation(Func<TInput, ICollection<TInput>, TOutput> rowTransformationFunc)
Parameters
Type | Name | Description |
---|---|---|
System.Func<TInput, System.Collections.Generic.ICollection<TInput>, TOutput> | rowTransformationFunc |