Click or drag to resize

FromClauseCreate Method

Creates an empty from-clause to which one adds streams via the add methods.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static FromClause Create()

Return Value

Type: FromClause
empty from clause
See Also