Skip to main content

Enum PivotUsage

Namespace: Varigence.Languages.Biml.Transformation

Assembly: Biml.dll

C#


public enum PivotUsage

Fields

FieldsDescription
KeySpecifies that the column will be used as a pivot key.
OutputSpecifies that the column will be used as an output.
PassThroughSpecifies that the column will pass through without modification.
PivotSpecifies that the column will be used as a pivot.