WindowSpecification Constructor (WindowPartition, ISortExpression) |
CTor. Will result in an OVER(PARTITION BY ... ORDER BY ...) clause to be emitted
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public WindowSpecification(
WindowPartition partition,
ISortExpression sortExpression
)
Public Sub New (
partition As WindowPartition,
sortExpression As ISortExpression
)
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
See Also