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