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