Click or drag to resize

WindowBoundsRange Method

Overload List
  NameDescription
Public methodStatic memberRange(Int32)
Defines a frame from startBound PRECEDING to CURRENT ROW, using the RANGE clause
Public methodStatic memberRange(FrameStartBound)
Defines a frame from startBound to CURRENT ROW, using the RANGE clause
Public methodStatic memberRange(Int32, FrameEndBound)
Defines a frame BETWEEN startBound PRECEDING AND endbound, using the RANGE clause
Public methodStatic memberRange(Int32, Int32)
Defines a frame BETWEEN startBound PRECEDING AND endbound FOLLOWING, using the RANGE clause
Public methodStatic memberRange(FrameStartBound, FrameEndBound)
Defines a frame BETWEEN startBound AND endbound , using the RANGE clause
Public methodStatic memberRange(FrameStartBound, Int32)
Defines a frame BETWEEN startBound AND endbound FOLLOWING, using the RANGE clause
Top
See Also