WindowSpecification Methods | 
The WindowSpecification type exposes the following members.
| 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.) | |
| FrameByRange(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
              | |
| FrameByRange(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
              | |
| FrameByRange(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
              | |
| FrameByRange(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
              | |
| FrameByRange(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
              | |
| FrameByRange(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
              | |
| FrameByRows(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
              | |
| FrameByRows(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
              | |
| FrameByRows(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
              | |
| FrameByRows(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
              | |
| FrameByRows(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
              | |
| FrameByRows(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
              | |
| 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.) | |
| OrderBy(ISortClause) | 
            Specifies the sort expression of this instance, overwriting an existing sort expression
              | |
| OrderBy(ISortExpression) | 
            Specifies the sort expression of this instance, overwriting an existing sort expression
              | |
| PartitionBy | 
            Specifies the Partition of this instance, overwriting an existing partition specification
              | |
| ToQueryText | 
            Converts this instance to a string fragment which is used in a select query string. 
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |