[ROOT] / doc / toc / ARCQuery / Enum / RelationalOperator
CONTAINS , EQ , GEQ , GT , ILIKE , LEQ , LIKE , LT , NEQ , NOTCONTAINS , NOTILIKE , NOTLIKE
Relational / comparision operators.
Used by QueryExpressionWhere and implementations of ValueComparer like ValueComparerDateTime.
TODO: Support IS (like IS NULL) and IS NOT (like IS NOT NULL)
TODO: Support IN and NOT IN (for sets).
CONTAINS | |
EQ | |
GEQ | |
GT | |
ILIKE | Case insensitive string wildcard comparision. |
LEQ | |
LIKE | Case sensitive string wildcard comparision. |
LT | |
NEQ | |
NOTCONTAINS | |
NOTILIKE | Case insensitive string wildcard comparision. |
NOTLIKE | Case sensitive string wildcard comparision. |
Generated 2024-11-14 04:18:06.079 UTC