Click or drag to resize

ExpressionsSubqueryIn Method (Expression, EPStatementObjectModel)

Subquery with in-clause, represents the syntax of "value in (select ... from ...)".

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static SubqueryInExpression SubqueryIn(
	Expression expression,
	EPStatementObjectModel model
)

Parameters

expression
Type: com.espertech.esper.common.client.sodaExpression
returns the value to match against the values returned by the lookup
model
Type: com.espertech.esper.common.client.sodaEPStatementObjectModel
is the object model of the lookup

Return Value

Type: SubqueryInExpression
expression
See Also