Click or drag to resize

WindowSpecificationFrameByRange Method (FrameStartBound)

Specifies the window bounds of this instance, overwriting an existing window bounds definition. Defines a frame from startBound to CURRENT ROW, using the RANGE 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 FrameByRange(
	FrameStartBound startBound
)

Parameters

startBound
Type: SD.LLBLGen.Pro.ORMSupportClassesFrameStartBound
The start bound of the frame

Return Value

Type: WindowSpecification
this instance, for command chaining
See Also