Table of Contents

Class SqlWindowTraitNode

Namespace
LfrlAnvil.Sql.Expressions.Traits
Assembly
LfrlAnvil.Sql.Core.dll

Represents an SQL syntax tree node that defines a single window trait.

public sealed class SqlWindowTraitNode : SqlTraitNode
Inheritance
SqlWindowTraitNode
Inherited Members

Properties

Definition

Underlying window definition.

public SqlWindowDefinitionNode Definition { get; }

Property Value

SqlWindowDefinitionNode