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