WindowSpecificationFrameByRows Method (FrameStartBound, Int32) | 
 
            Specifies the window bounds of this instance, overwriting an existing window bounds definition.
            Defines a frame BETWEEN startBound AND endbound FOLLOWING, using the ROWS 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 WindowSpecification FrameByRows(
	FrameStartBound startBound,
	int endBound
)
Public Function FrameByRows ( 
	startBound As FrameStartBound,
	endBound As Integer
) As WindowSpecification
Parameters
- startBound
 - Type: SD.LLBLGen.Pro.ORMSupportClassesFrameStartBound
The start bound of the frame - endBound
 - Type: SystemInt32
the end bound of the frame in # of rows.  
Return Value
Type: 
WindowSpecificationthis instance, for command chaining
See Also