OperandProperty Constructors
The operand that represents an object’s property in Criteria Language expressions.Name | Parameters | Description |
---|---|---|
OperandProperty() | none | Initializes a new OperandProperty instance with the default settings. |
OperandProperty(String) | propertyName | Initializes a new OperandProperty instance with the specified property name. |
See Also