OperandParameter Constructors
For internal use only. The operator that represents another operator parameter in Criteria Language expressions.Name | Parameters | Description |
---|---|---|
OperandParameter() | none | Initializes a new OperandParameter instance with the default settings. |
OperandParameter(String, Object) | parameterName, value | Initializes a new OperandParameter instance with the specified parameter name and value. |
OperandParameter(String) | parameterName | Initializes a new OperandParameter instance with the specified parameter name. |
See Also