Click or drag to resize

EPStatementObjectModelFromClause Property

Specify a from-clause.

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

Property Value

Type: FromClause
specifies the from-clause, the from-clause cannot be null and must be set
See Also