Microsoft.SqlServer.TransactSql.ScriptDom by Microsoft

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

.NET API 5,157,296 bytes

 WindowDefinition

Definition of a named window.
public OrderByClause OrderByClause { get; set; }

The order by clause. Optional may be null.

The partitions. Optional, may have zero elements.

public Identifier RefWindowName { get; set; }

The reference window name. Optional, may be null.

public WindowFrameClause WindowFrameClause { get; set; }

Window bounds specification, for windowing aggregates. Optional may be null.

public Identifier WindowName { get; set; }

The window name. Cannot be null.