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
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
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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, IEnumerable<TInput>, TOutput>)
Declaration
public CachedRowTransformation(Func<TInput, IEnumerable<TInput>, TOutput> rowTransformationFunc)
Parameters
Type | Name | Description |
---|---|---|
System.Func<T1, T2, TResult><TInput, System.Collections.Generic.IEnumerable<T><TInput>, TOutput> | rowTransformationFunc |