Click or drag to resize

WindowSpecificationFrameByRange Method

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