Click or drag to resize

ExpressionsSubqueryIn Method (String, 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(
	string property,
	EPStatementObjectModel model
)

Parameters

property
Type: SystemString
is the name of the property that 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