QueryBusinessLogicFixedValueParameterValues Property |
|
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.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Dictionary<string, Object> BusinessLogicFixedValueParameterValues { get; set; }
Public Property BusinessLogicFixedValueParameterValues As Dictionary(Of String, Object)
Get
Set
public:
property Dictionary<String^, Object^>^ BusinessLogicFixedValueParameterValues {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
function get_BusinessLogicFixedValueParameterValues();
function set_BusinessLogicFixedValueParameterValues(value);
Property Value
Type:
DictionaryString,
ObjectA dictionary of objects that represent the values to populate the business logic parameters for the subject used in this query
Return Value
Type:
DictionaryString,
ObjectA 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