OperandValue Operators
The value operator in Criteria Language expressions.| Name | Description |
|---|---|
| Explicit(Boolean to OperandValue) static |
Explicitly converts the bool value into an OperandValue instance.
|
| Implicit(Byte to OperandValue) static |
Implicitly converts the byte value into an OperandValue instance.
|
| Implicit(Byte[] to OperandValue) static |
Implicitly converts the byte array into an OperandValue instance.
|
| Implicit(Char to OperandValue) static |
Implicitly converts the char value into an OperandValue instance.
|
| Implicit(DateTime to OperandValue) static | Implicitly converts the DateTime value into an OperandValue instance. |
| Implicit(Decimal to OperandValue) static |
Implicitly converts the decimal value into an OperandValue instance.
|
| Implicit(Double to OperandValue) static |
Implicitly converts the double value into an OperandValue instance.
|
| Implicit(Guid to OperandValue) static | Implicitly converts the Guid value into an OperandValue instance. |
| Implicit(Int16 to OperandValue) static |
Implicitly converts the short value into an OperandValue instance.
|
| Implicit(Int32 to OperandValue) static |
Implicitly converts the int value into an OperandValue instance.
|
| Implicit(Int64 to OperandValue) static |
Implicitly converts the long value into an OperandValue instance.
|
| Implicit(Single to OperandValue) static |
Implicitly converts the float value into an OperandValue instance.
|
| Implicit(String to OperandValue) static | Implicitly converts the String value into an OperandValue instance. |
| Implicit(TimeSpan to OperandValue) static | Implicitly converts the TimeSpan value into an OperandValue instance. |
See Also