Class AggregationMethodInfo Used in the Aggregation transformation - contains information about the current aggregation
method and properties when invoking the AggregationCondition.
Inheritance AggregationMethodInfo
Namespace : ETLBox.DataFlowAssembly : ETLBox.dllSyntax# public class AggregationMethodInfo
Constructors AggregationMethodInfo(string, string, AggregationMethod)#
Declaration public AggregationMethodInfo ( string inputPropertyName , string aggregationPropertyName , AggregationMethod aggregationMethod )
Parameters Properties AggregationMethod#
Declaration public AggregationMethod AggregationMethod { get ; }
Property Value AggregationPropertyName#
Declaration public string AggregationPropertyName { get ; }
Property Value
Declaration public string InputPropertyName { get ; }
Property Value