Click or drag to resize

FrameEndBound Enumeration

Bound definition for the end 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 FrameEndBound
Members
  Member nameValueDescription
UnboundedFollowing0 The end should be UNBOUNDED FOLLOWING
CurrentRow1 The end should be CURRENT ROW
See Also