Enum PivotUsage
C#
public enum PivotUsage
Fields
Key | Specifies that the column will be used as a pivot key. |
Output | Specifies that the column will be used as an output. |
PassThrough | Specifies that the column will pass through without modification. |
Pivot | Specifies that the column will be used as a pivot. |