Click or drag to resize

WindowSpecification Constructor (ISortExpression)

CTor Will result in an OVER(ORDER BY ...) 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(
	ISortExpression sortExpression
)

Parameters

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