PivotValue

Class PivotValue

This attribute is used to identify the colunns used for pivoting data.

Inheritance
PivotValue
Inherited Members
Namespace: ETLBox
Assembly: ETLBox.dll
Syntax
    [AttributeUsage(AttributeTargets.Property)]
public sealed class PivotValue : Attribute

Constructors

PivotValue()

Declaration
    public PivotValue()

PivotValue(AggregationMethod)

Declaration
    public PivotValue(AggregationMethod aggregationMethod)
Parameters
TypeNameDescription
AggregationMethodaggregationMethod

Properties

AggregationMethod

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

CustomFunction

Declaration
    public Func<object, object, object> CustomFunction { get; set; }
Property Value
TypeDescription
Func<object, object, object>

Predicate

Declaration
    public Predicate<object> Predicate { get; set; }
Property Value
TypeDescription
Predicate<object>

PropertyName

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