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