Class CachedRowTransformation

Inherited Members
Namespace: ETLBox.DataFlow
Assembly: ETLBox.dll
Syntax
    public class CachedRowTransformation : CachedRowTransformation<ExpandoObject>, IDataFlowLogging, IDataFlowTransformation<ExpandoObject, ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent, ILoggableTask

Constructors

CachedRowTransformation()

Declaration
    public CachedRowTransformation()

CachedRowTransformation(Func<ExpandoObject, IEnumerable<ExpandoObject>, ExpandoObject>)

Declaration
    public CachedRowTransformation(Func<ExpandoObject, IEnumerable<ExpandoObject>, ExpandoObject> rowTransformationFunc)
Parameters
TypeNameDescription
Func<ExpandoObject, IEnumerable<ExpandoObject>, ExpandoObject>rowTransformationFunc

Implements