Click or drag to resize

EPStatementObjectModelIntoTableClause Property

Returns the into-table clause, or null if none found.

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

Property Value

Type: IntoTableClause
into-table clause
See Also