PivotRow

Class PivotRow

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

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

Constructors

PivotRow()

Declaration
    public PivotRow()

Properties

PropertyName

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