Click or drag to resize

WindowSpecification Constructor (WindowPartition)

CTor. Will result in an OVER(PARTITION 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(
	WindowPartition partition
)

Parameters

partition
Type: SD.LLBLGen.Pro.ORMSupportClassesWindowPartition
Specifies the partition for the window specification. Can be null
See Also