Click or drag to resize

WindowSpecificationFrameByRows Method

Overload List
  NameDescription
Public methodFrameByRows(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
Public methodFrameByRows(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
Public methodFrameByRows(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
Public methodFrameByRows(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
Public methodFrameByRows(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
Public methodFrameByRows(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
Top
See Also