Click or drag to resize

WindowSpecificationFrameByRows Method (Int32, Int32)

Specifies the window bounds of this instance, overwriting an existing window bounds definition. Defines a frame BETWEEN startBound PRECEDING 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.9.0.0 (5.9.0)
Syntax
public WindowSpecification FrameByRows(
	int startBound,
	int endBound
)

Parameters

startBound
Type: SystemInt32
The start bound of the frame in # of rows
endBound
Type: SystemInt32
the end bound of the frame

Return Value

Type: WindowSpecification
this instance, for command chaining
See Also