Click or drag to resize

WindowBounds Class

Class to define the window bounds for a WindowSpecification which is used to produce an OVER() clause in a select query
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesWindowBounds

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
[SerializableAttribute]
public class WindowBounds

The WindowBounds type exposes the following members.

Constructors
  NameDescription
Public methodWindowBounds
CTor
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
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
Public methodStatic memberRows(Int32)
Defines a frame from startBound PRECEDING to CURRENT ROW, using the ROWS clause
Public methodStatic memberRows(FrameStartBound)
Defines a frame from startBound to CURRENT ROW, using the ROWS clause
Public methodStatic memberRows(Int32, FrameEndBound)
Defines a frame BETWEEN startBound PRECEDING AND endbound, using the ROWS clause
Public methodStatic memberRows(Int32, Int32)
Defines a frame BETWEEN startBound PRECEDING AND endbound FOLLOWING, using the ROWS clause
Public methodStatic memberRows(FrameStartBound, FrameEndBound)
Defines a frame BETWEEN startBound AND endbound , using the ROWS clause
Public methodStatic memberRows(FrameStartBound, Int32)
Defines a frame BETWEEN startBound AND endbound FOLLOWING, using the ROWS clause
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also