PivotValueColumn

Class PivotValueColumn

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

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

Constructors

PivotValueColumn()

Declaration
    public PivotValueColumn()

Properties

PropertyName

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