WindowBoundsRange Method (Int32, Int32) | 
 
            Defines a frame BETWEEN startBound PRECEDING AND endbound FOLLOWING, using the RANGE clause
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic static WindowBounds Range(
	int startBound,
	int endBound
)
Public Shared Function Range ( 
	startBound As Integer,
	endBound As Integer
) As WindowBounds
Parameters
- startBound
 - Type: SystemInt32
The start bound of the frame in # of rows - endBound
 - Type: SystemInt32
the end bound of the frame 
Return Value
Type: 
WindowBounds
See Also