Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
public enum FrameStartBound
Members
  Member nameValueDescription
UnboundedPreceding0 The start should be UNBOUNDED PRECEDING
CurrentRow1 The start should be CURRENT ROW
See Also