Operations Enumeration
Enumeration of Comparison Operators.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.3013.4544
Public Enumeration Operations
No code example is currently available or this language may not be supported.
| Ignore | 0 |
Ignore this Value.
|
| Between | 1 |
Result is Between A and B.
|
| Equal | 2 |
Result is Equal to A.
|
| Greater | 3 |
Result is Greater than A.
|
| GreaterEqual | 4 |
Result is Greater than or Equal to A.
|
| In | 5 |
Result is one of the members of the provided set.
|
| Less | 6 |
Result is Less Than A.
|
| LessEqual | 7 |
Result is Less Than or Equal To A.
|
| NotEqual | 8 |
Result is Not Equal to A.
|
| NotIn | 9 |
Result is not one of the members of the provided set.
|
| BeginsWith | 10 |
Result Begins with A.
|
| Contains | 11 |
Result Contains A.
|
| Like | 12 |
Result is Like A.
|
| Expression | 13 |
Result is returned on result of Expression.
|
| NotLike | 14 |
Result is Not Like A.
|
| Cart | 15 |
Filter to Cart Contents.
|
| Assign | 16 |
Value Assignment. Used to specify parameters of a stored procedure.
|