Click or drag to resize

CreateWindowClause Properties

The CreateWindowClause type exposes the following members.

Properties
  NameDescription
Public propertyAsEventTypeName
Returns the as-name.
Public propertyColumns
Returns all columns for use when create-table syntax is used to define the named window type.
Public propertyInsert
Returns true if inserting from another named window, false if not.
Public propertyInsertWhereClause
Filter expression for inserting from another named window, or null if not inserting from another named window.
Public propertyIsInsert
Returns true if inserting from another named window, false if not.
Public propertyIsRetainUnion
Returns the retain-union flag
Public propertyViews
Returns the views onto the named window.
Public propertyWindowName
Returns the window name.
Top
See Also