PivotAggregationResult

Class PivotAggregationResult

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

Constructors

PivotAggregationResult(string, object)

Declaration
    public PivotAggregationResult(string pivotValueColumn, object aggregatedValue)
Parameters
TypeNameDescription
stringpivotValueColumn
objectaggregatedValue

Properties

AggregatedValue

Declaration
    public object AggregatedValue { get; set; }
Property Value
TypeDescription
object

PivotValueColumn

Declaration
    public string PivotValueColumn { get; set; }
Property Value
TypeDescription
string