WindowBounds Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The WindowBounds type exposes the following members.
Name | Description | |
---|---|---|
![]() | WindowBounds |
CTor
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Range(Int32) |
Defines a frame from startBound PRECEDING to CURRENT ROW, using the RANGE clause
|
![]() ![]() | Range(FrameStartBound) |
Defines a frame from startBound to CURRENT ROW, using the RANGE clause
|
![]() ![]() | Range(Int32, FrameEndBound) |
Defines a frame BETWEEN startBound PRECEDING AND endbound, using the RANGE clause
|
![]() ![]() | Range(Int32, Int32) |
Defines a frame BETWEEN startBound PRECEDING AND endbound FOLLOWING, using the RANGE clause
|
![]() ![]() | Range(FrameStartBound, FrameEndBound) |
Defines a frame BETWEEN startBound AND endbound , using the RANGE clause
|
![]() ![]() | Range(FrameStartBound, Int32) |
Defines a frame BETWEEN startBound AND endbound FOLLOWING, using the RANGE clause
|
![]() ![]() | Rows(Int32) |
Defines a frame from startBound PRECEDING to CURRENT ROW, using the ROWS clause
|
![]() ![]() | Rows(FrameStartBound) |
Defines a frame from startBound to CURRENT ROW, using the ROWS clause
|
![]() ![]() | Rows(Int32, FrameEndBound) |
Defines a frame BETWEEN startBound PRECEDING AND endbound, using the ROWS clause
|
![]() ![]() | Rows(Int32, Int32) |
Defines a frame BETWEEN startBound PRECEDING AND endbound FOLLOWING, using the ROWS clause
|
![]() ![]() | Rows(FrameStartBound, FrameEndBound) |
Defines a frame BETWEEN startBound AND endbound , using the ROWS clause
|
![]() ![]() | Rows(FrameStartBound, Int32) |
Defines a frame BETWEEN startBound AND endbound FOLLOWING, using the ROWS clause
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |