Table of Contents

Enum SqlWindowFrameBoundaryDirection

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

Represents a direction of an SqlWindowFrameBoundary.

public enum SqlWindowFrameBoundaryDirection : byte

Fields

CurrentRow = 0

Specifies the current row.

Following = 2

Specifies rows following the current row.

Preceding = 1

Specifies rows preceding the current row.