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.10.0.0 (5.10.0)
Syntaxpublic enum FrameEndBound
Public Enumeration FrameEndBound
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | UnboundedFollowing | 0 | 
            The end should be UNBOUNDED FOLLOWING
             | 
 | CurrentRow | 1 | 
            The end should be CURRENT ROW
             | 
See Also