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()

Properties

PropertyName

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