![]() | CreateWindowClause Properties |
The CreateWindowClause type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsEventTypeName |
Returns the as-name.
|
![]() | Columns |
Returns all columns for use when create-table syntax is used to define the named window type.
|
![]() | Insert |
Returns true if inserting from another named window, false if not.
|
![]() | InsertWhereClause |
Filter expression for inserting from another named window, or null if not inserting from another named window.
|
![]() | IsInsert |
Returns true if inserting from another named window, false if not.
|
![]() | IsRetainUnion |
Returns the retain-union flag
|
![]() | Views |
Returns the views onto the named window.
|
![]() | WindowName |
Returns the window name.
|