Title here
Summary here
public class CachedRowTransformation<TInput, TOutput> : CachedRowTransformation<TInput, TOutput, TInput>, IDataFlowTransformation<TInput, TOutput>, IDataFlowSource<TOutput>, IDataFlowSource, IDataFlowDestination<TInput>, IDataFlowDestination, IDataFlowComponent, ILoggableTask where TInput : class
Name | Description |
---|---|
TInput | |
TOutput |
public CachedRowTransformation()
public CachedRowTransformation(Func<TInput, CachedData<TInput>, TOutput> transformationFunc)
Type | Name | Description |
---|---|---|
Func<TInput, CachedData<TInput>, TOutput> | transformationFunc |