FrameStartBound Enumeration |
Bound definition for the start of a frame for a window specification which results in an OVER() clause in a select query
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public enum FrameStartBound
Public Enumeration FrameStartBound
Members
| Member name | Value | Description |
---|
| UnboundedPreceding | 0 |
The start should be UNBOUNDED PRECEDING
|
| CurrentRow | 1 |
The start should be CURRENT ROW
|
See Also