Click or drag to resize

ExpressionsSubqueryExists Method

Subquery with exists-clause, represents the syntax of "select * from ... where exists (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 SubqueryExistsExpression SubqueryExists(
	EPStatementObjectModel model
)

Parameters

model
Type: com.espertech.esper.common.client.sodaEPStatementObjectModel
is the object model of the lookup

Return Value

Type: SubqueryExistsExpression
expression
See Also