QueryConditionFixedValue Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the fixed value for this condition
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Object FixedValue { get; set; }
Public Property FixedValue As Object
Get
Set
public:
property Object^ FixedValue {
Object^ get ();
void set (Object^ value);
}
function get_FixedValue();
function set_FixedValue(value);
Return Value
Type:
ObjectThe fixed value for this condition
See Also