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