Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
public static WindowBounds Range(
	FrameStartBound startBound,
	int endBound
)

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: WindowBounds
See Also