Class AggregationMethodInfo

Used in the Aggregation transformation - contains information about the current aggregation method and properties when invoking the AggregationCondition.

Inheritance
AggregationMethodInfo
Namespace: ETLBox.DataFlow
Assembly: ETLBox.dll
Syntax
    public class AggregationMethodInfo

Constructors

AggregationMethodInfo(string, string, AggregationMethod)

Declaration
    public AggregationMethodInfo(string inputPropertyName, string aggregationPropertyName, AggregationMethod aggregationMethod)
Parameters
TypeNameDescription
stringinputPropertyName
stringaggregationPropertyName
AggregationMethodaggregationMethod

Properties

AggregationMethod

Declaration
    public AggregationMethod AggregationMethod { get; }
Property Value
TypeDescription
AggregationMethod

AggregationPropertyName

Declaration
    public string AggregationPropertyName { get; }
Property Value
TypeDescription
string

InputPropertyName

Declaration
    public string InputPropertyName { get; }
Property Value
TypeDescription
string