Click or drag to resize

EPStatementObjectModelSetFrom Method

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 EPStatementObjectModel SetFrom(
	FromClause fromClause
)

Parameters

fromClause
Type: com.espertech.esper.common.client.sodaFromClause
specifies the from-clause, the from-clause cannot be null and must be set

Return Value

Type: EPStatementObjectModel
model
See Also