ConstantValue Constructors
A constant value operand in Criteria Language expressions.| Name | Parameters | Description |
|---|---|---|
| ConstantValue() | none | Initializes a new ConstantValue instance with the default settings. |
| ConstantValue(Object) | value | Initializes a new ConstantValue instance with the specified value. |
See Also