Click or drag to resize

WindowSpecification Constructor

Overload List
  NameDescription
Public methodWindowSpecification
CTor. Will result in an empty OVER() clause to be emitted.
Public methodWindowSpecification(ISortExpression)
CTor Will result in an OVER(ORDER BY ...) clause to be emitted
Public methodWindowSpecification(WindowPartition)
CTor. Will result in an OVER(PARTITION BY...) clause to be emitted
Public methodWindowSpecification(ISortExpression, WindowBounds)
CTor. Will result in an OVER(ORDER BY ... ROWS/RANGE ...) clause to be emitted
Public methodWindowSpecification(WindowPartition, ISortExpression)
CTor. Will result in an OVER(PARTITION BY ... ORDER BY ...) clause to be emitted
Public methodWindowSpecification(WindowPartition, ISortExpression, WindowBounds)
CTor. Will result in an OVER(PARTITION BY ... ORDER BY ... ROWS/RANGE ...) clause to be emitted
Top
See Also