Enum SqlWindowFrameType
- Namespace
- LfrlAnvil.Sql.Expressions.Traits
- Assembly
- LfrlAnvil.Sql.Core.dll
Represents the type of an SqlWindowFrameNode.
public enum SqlWindowFrameType : byte
Fields
Custom = 0
Specifies a custom window frame type.
Range = 2
Specifies that the frame's boundaries are determined by values of rows within range of the value of the current row.
Rows = 1
Specifies that the frame's boundaries are determined by positions of rows relative to the current row.