WindowSpecificationFrameByRows Method | 
| Name | Description | |
|---|---|---|
| FrameByRows(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 ROWS clause
              | |
| FrameByRows(FrameStartBound) | 
            Specifies the window bounds of this instance, overwriting an existing window bounds definition.
            Defines a frame from startBound to CURRENT ROW, using the ROWS clause
              | |
| FrameByRows(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 ROWS clause
              | |
| FrameByRows(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 ROWS clause
              | |
| FrameByRows(FrameStartBound, FrameEndBound) | 
            Specifies the window bounds of this instance, overwriting an existing window bounds definition.
            Defines a frame BETWEEN startBound AND endbound , using the ROWS clause
              | |
| FrameByRows(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 ROWS clause
              |