WindowDelimiterType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type of a window boundary
public enum WindowDelimiterType
type WindowDelimiterType =
Public Enum WindowDelimiterType
- Inheritance
-
WindowDelimiterType
Fields
Name | Value | Description |
---|---|---|
UnboundedPreceding | 0 | All rows from the begining of a group |
ValuePreceding | 1 | Assosiated expression determines the boundary before the current row |
CurrentRow | 2 | The current row is the boundary |
ValueFollowing | 3 | Assosiated expression determines the boundary after the current row |
UnboundedFollowing | 4 | All rows to the end of a group |