Title here
Summary here
This attribute is used to identify the colunns used for pivoting data.
[AttributeUsage(AttributeTargets.Property)]
public sealed class PivotColumn : Attribute
public PivotColumn()
public string PropertyName { get; set; }
Type | Description |
---|---|
string |