Click or drag to resize

WindowSpecification Constructor (WindowPartition, ISortExpression, WindowBounds)

CTor. Will result in an OVER(PARTITION BY ... ORDER BY ... ROWS/RANGE ...) clause to be emitted

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(
	WindowPartition partition,
	ISortExpression sortExpression,
	WindowBounds bounds
)

Parameters

partition
Type: SD.LLBLGen.Pro.ORMSupportClassesWindowPartition
Specifies the partition for the window specification. Can be null
sortExpression
Type: SD.LLBLGen.Pro.ORMSupportClassesISortExpression
Specifies the ordering of the window specification. Required if bounds is specified on most databases. Can be null
bounds
Type: SD.LLBLGen.Pro.ORMSupportClassesWindowBounds
Specifies the window bounds of the window specification. Can be null.
See Also