[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Gets or sets a descriptor with the insert-into event name and optional list of columns.
Namespace: net.esper.eql.spec
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Property InsertIntoDesc As InsertIntoDesc |
C# |
---|
public virtual InsertIntoDesc InsertIntoDesc { get; set; } |
Visual C++ |
---|
public: virtual property InsertIntoDesc^ InsertIntoDesc { InsertIntoDesc^ get (); void set (InsertIntoDesc^ value); } |