[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Descriptor generated by INSERT-INTO clauses specified in expressions to insert the results of statement as a stream to further statements.

The following tables list the members exposed by the InsertIntoDesc type.

Public Methods

  NameDescription
Add
Add a column name to the insert-into clause.

Equals (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
ToString (Inherited from Object.)

Protected Methods

  NameDescription
Finalize (Inherited from Object.)
MemberwiseClone (Inherited from Object.)

Public Constructors

  NameDescription
InsertIntoDescNew
Ctor.

Public Properties

  NameDescription
ColumnNames
Returns a list of column names specified optionally in the insert-into clause, or empty if none specified.

EventTypeAlias
Returns name of event type to use for insert-into stream.

IsStream
Returns true if insert (new data) events are fed, or false for remove (old data) events are fed.