Click or drag to resize

ExpressionsSubqueryNotIn Method

Overload List
  NameDescription
Public methodStatic memberSubqueryNotIn(String, EPStatementObjectModel)
Subquery with not-in-clause, represents the syntax of "value not in (select ... from ...)".
Public methodStatic memberSubqueryNotIn(Expression, EPStatementObjectModel)
Subquery with not-in-clause, represents the syntax of "value not in (select ... from ...)".
Top
See Also