OperandValue Operators
The value operator in Criteria Language expressions.
Name | Description |
---|---|
Explicit |
Explicitly converts the bool value into an Operand |
Implicit |
Implicitly converts the byte value into an Operand |
Implicit |
Implicitly converts the byte array into an Operand |
Implicit |
Implicitly converts the char value into an Operand |
Implicit |
Implicitly converts the Date |
Implicit |
Implicitly converts the decimal value into an Operand |
Implicit |
Implicitly converts the double value into an Operand |
Implicit |
Implicitly converts the Guid value into an Operand |
Implicit |
Implicitly converts the short value into an Operand |
Implicit |
Implicitly converts the int value into an Operand |
Implicit |
Implicitly converts the long value into an Operand |
Implicit |
Implicitly converts the float value into an Operand |
Implicit |
Implicitly converts the String value into an Operand |
Implicit |
Implicitly converts the Time |
See Also