RecroGridRGFilterSQLOperatorEnum Enumeration |
Namespace: Recrovit.RecroGridFramework
public enum SQLOperatorEnum
| Member name | Value | Description | |
|---|---|---|---|
| IsNull | 1 | The is null | |
| IsNotNull | 2 | The is not null | |
| Equal | 3 | The equal | |
| NotEqual | 4 | The not equal | |
| Like | 5 | The like | |
| In | 6 | The in | |
| NotIn | 7 | The not in | |
| Interval | 8 | The interval | |
| IntervalE | 9 | The interval e | |
| Exists | 10 | The exists | |
| NotLike | 11 | The not like |