Click or drag to resize

EPStatementObjectModelSetWhere Method

Specify a where-clause.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public EPStatementObjectModel SetWhere(
	Expression whereClause
)

Parameters

whereClause
Type: com.espertech.esper.common.client.sodaExpression
specifies the where-clause, which is optional and can be null

Return Value

Type: EPStatementObjectModel
model
See Also