Click or drag to resize

EPStatementObjectModelCreateTable Property

Returns the create-table clause if present or null if not present

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

Property Value

Type: CreateTableClause
create-table clause
See Also