WindowSpecificationFrameByRange 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 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 WindowSpecification FrameByRange(
FrameStartBound startBound,
int endBound
)
Public Function FrameByRange (
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