WindowSpecificationFrameByRange Method |
Name | Description | |
---|---|---|
FrameByRange(Int32) |
Specifies the window bounds of this instance, overwriting an existing window bounds definition.
Defines a frame from startBound PRECEDING to CURRENT ROW, using the RANGE clause
| |
FrameByRange(FrameStartBound) |
Specifies the window bounds of this instance, overwriting an existing window bounds definition.
Defines a frame from startBound to CURRENT ROW, using the RANGE clause
| |
FrameByRange(Int32, FrameEndBound) |
Specifies the window bounds of this instance, overwriting an existing window bounds definition.
Defines a frame BETWEEN startBound PRECEDING AND endbound, using the RANGE clause
| |
FrameByRange(Int32, Int32) |
Specifies the window bounds of this instance, overwriting an existing window bounds definition.
Defines a frame BETWEEN startBound PRECEDING AND endbound FOLLOWING, using the RANGE clause
| |
FrameByRange(FrameStartBound, FrameEndBound) |
Specifies the window bounds of this instance, overwriting an existing window bounds definition.
Defines a frame BETWEEN startBound AND endbound , using the RANGE clause
| |
FrameByRange(FrameStartBound, Int32) |
Specifies the window bounds of this instance, overwriting an existing window bounds definition.
Defines a frame BETWEEN startBound AND endbound FOLLOWING, using the RANGE clause
|