Field.NotIn<T> method
Creates a new "the Field NOT IN (values...)" criteria.
public BaseCriteria NotIn<T>(params T[] values)
| parameter | description |
|---|---|
| T | The type of the values. |
| values | The values. |
Return Value
The NOT IN criteria.
See Also
- class BaseCriteria
- class Field