Click or drag to resize

WindowBoundsRows Method (Int32, FrameEndBound)

Defines a frame BETWEEN startBound PRECEDING AND endbound, using the ROWS 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 Rows(
	int startBound,
	FrameEndBound endBound
)

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