Table of Contents

Class SqlWindowFrameNode

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

Represents an SQL syntax tree node that defines a window frame.

public class SqlWindowFrameNode : SqlNodeBase
Inheritance
SqlWindowFrameNode
Inherited Members

Constructors

SqlWindowFrameNode(SqlWindowFrameBoundary, SqlWindowFrameBoundary)

Creates a new SqlWindowFrameNode instance with Custom type.

protected SqlWindowFrameNode(SqlWindowFrameBoundary start, SqlWindowFrameBoundary end)

Parameters

start SqlWindowFrameBoundary
end SqlWindowFrameBoundary

Properties

End

Ending SqlWindowFrameBoundary of this frame.

public SqlWindowFrameBoundary End { get; }

Property Value

SqlWindowFrameBoundary

FrameType

SqlWindowFrameType of this frame.

public SqlWindowFrameType FrameType { get; }

Property Value

SqlWindowFrameType

Start

Beginning SqlWindowFrameBoundary of this frame.

public SqlWindowFrameBoundary Start { get; }

Property Value

SqlWindowFrameBoundary