Search Results for

    Show / Hide Table of Contents

    Class TransformAggregation<TInputAccumulate>

    Holds the accumulation values. The seed, accumulation, and output delegates in AggregateTransform<TInputAccumulateOutput> takes this instance as a parameter. Also see the examples in Custom Dataflow Aggregations.

    Inheritance
    Object
    TransformAggregationBase<TInputAccumulate>
    TransformAggregation<TInputAccumulate>
    Inherited Members
    TransformAggregationBase<TInputAccumulate>.Count
    TransformAggregationBase<TInputAccumulate>.CustomData
    TransformAggregationBase<TInputAccumulate>.NextRow
    TransformAggregationBase<TInputAccumulate>.Status
    Namespace: actionETL
    Assembly: actionETL.dll
    Syntax
    public class TransformAggregation<TInputAccumulate> : TransformAggregationBase<TInputAccumulate> where TInputAccumulate : class
    Type Parameters
    Name Description
    TInputAccumulate

    The type of the incoming rows as well as the accumulation value.

    Properties

    Accumulation

    Gets or sets the accumulation value. Either update its members, or replace the accumulation value altogether.

    Declaration
    public TInputAccumulate Accumulation { get; set; }
    Property Value
    Type Description
    TInputAccumulate

    Methods

    ToString()

    Returns a String that represents this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    See Also

    TransformAggregationBase<TInput>
    AggregateTransformFactory
    AggregateTransform<TInputAccumulateOutput>
    TransformAggregation<TInput, TAccumulate>
    In This Article
    Back to top Copyright © 2023 Envobi Ltd