WindowBoundsRange Method (FrameStartBound, Int32) |
Defines a frame BETWEEN startBound 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.6.0.0 (5.6.19.0117)
Syntax public static WindowBounds Range(
FrameStartBound startBound,
int endBound
)
Public Shared Function Range (
startBound As FrameStartBound,
endBound As Integer
) As WindowBounds
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:
WindowBoundsSee Also