Click or drag to resize

ExpressionsNotIn Method

Overload List
  NameDescription
Public methodStatic memberNotIn(String, Object)
Not-In-expression that is equivalent to the syntax of "property not in (value, value, ... value)".
Public methodStatic memberNotIn(Expression, Expression)
Not-In-expression that is equivalent to the syntax of "property not in (value, value, ... value)".
Top
See Also