PivotColumn

Class PivotColumn

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

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

Constructors

PivotColumn()

Declaration
    public PivotColumn()

Properties

PropertyName

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