WindowDelimiterType Enum

Definition

Type of a window boundary

public enum WindowDelimiterType
type WindowDelimiterType = 
Public Enum WindowDelimiterType
Inheritance
WindowDelimiterType

Fields

CurrentRow 2

The current row is the boundary

UnboundedFollowing 4

All rows to the end of a group

UnboundedPreceding 0

All rows from the begining of a group

ValueFollowing 3

Assosiated expression determines the boundary after the current row

ValuePreceding 1

Assosiated expression determines the boundary before the current row

Applies to