WindowBoundsRange Method | 
| Name | Description | |
|---|---|---|
| Range(Int32) | 
            Defines a frame from startBound PRECEDING to CURRENT ROW, using the RANGE clause
              | |
| Range(FrameStartBound) | 
            Defines a frame from startBound to CURRENT ROW, using the RANGE clause
              | |
| Range(Int32, FrameEndBound) | 
            Defines a frame BETWEEN startBound PRECEDING AND endbound, using the RANGE clause
              | |
| Range(Int32, Int32) | 
            Defines a frame BETWEEN startBound PRECEDING AND endbound FOLLOWING, using the RANGE clause
              | |
| Range(FrameStartBound, FrameEndBound) | 
            Defines a frame BETWEEN startBound AND endbound , using the RANGE clause
              | |
| Range(FrameStartBound, Int32) | 
            Defines a frame BETWEEN startBound AND endbound FOLLOWING, using the RANGE clause
              |