Microsoft.SqlServer.TransactSql.ScriptDom by Microsoft

<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="161.9109.0" />

.NET API 5,160,480 bytes

 PivotedTableReference

Represents the pivoted table reference in a from clause.

The multi-part identifier that represents the aggregate function.

public IList<Identifier> InColumns { get; }

The in columns.

The pivot column.

public TableReference TableReference { get; set; }

The table reference.

The value columns.