Click or drag to resize

OnInsertSplitStreamItemInsertInto Property

Returns the insert-into clause.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public InsertIntoClause InsertInto { get; set; }

Property Value

Type: InsertIntoClause
insert-into clause
See Also