Class SqlWindowDefinitionTraitNode
- Namespace
- LfrlAnvil.Sql.Expressions.Traits
- Assembly
- LfrlAnvil.Sql.Core.dll
Represents an SQL syntax tree node that defines a single window definition trait.
public sealed class SqlWindowDefinitionTraitNode : SqlTraitNode
- Inheritance
-
SqlWindowDefinitionTraitNode
- Inherited Members
Properties
Windows
Collection of window definitions.
public ReadOnlyArray<SqlWindowDefinitionNode> Windows { get; }