WindowSpecification Constructor (ISortExpression, WindowBounds) |
CTor. Will result in an OVER(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.6.0.0 (5.6.19.0117)
Syntax public WindowSpecification(
ISortExpression sortExpression,
WindowBounds bounds
)
Public Sub New (
sortExpression As ISortExpression,
bounds As WindowBounds
)
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 - bounds
- Type: SD.LLBLGen.Pro.ORMSupportClassesWindowBounds
Specifies the window bounds of the window specification. Can be null.
See Also