Click or drag to resize

EPStatementObjectModelSelect Method

Specify a select-clause.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public EPStatementObjectModel Select(
	SelectClause selectClause
)

Parameters

selectClause
Type: com.espertech.esper.common.client.sodaSelectClause
specifies the select-clause, the select-clause cannot be null and must be set

Return Value

Type: EPStatementObjectModel
model
See Also