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