Click or drag to resize
QueryBusinessLogicFixedValueParameterValues Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a dictionary of objects that represent the values to populate the business logic parameters for the subject used in this query

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Dictionary<string, Object> BusinessLogicFixedValueParameterValues { get; set; }

Property Value

Type: DictionaryString, Object
A dictionary of objects that represent the values to populate the business logic parameters for the subject used in this query

Return Value

Type: DictionaryString, Object
A dictionary of objects that represent the values to populate the business logic parameters for the subject used in this query
Remarks
The key to the dictionary is the UniqueID of the condition in the subject for this query.
See Also