Enum PivotUsage
Namespace: Varigence.Languages.Biml.Transformation
Assembly: Biml.dll
C#
public enum PivotUsage
Fields
| Fields | Description |
|---|---|
| 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. |