WindowBoundsRows Method (Int32) | 
 
            Defines a frame from startBound PRECEDING to CURRENT ROW, using the ROWS clause
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic static WindowBounds Rows(
	int startBound
)
Public Shared Function Rows ( 
	startBound As Integer
) As WindowBounds
Parameters
- startBound
 - Type: SystemInt32
The start bound of the frame 
Return Value
Type: 
WindowBounds
See Also