Click or drag to resize
QueryParameterParentColumns Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a dictionary of fields that represent the parent columns used to provide values for a required field in for this subject in a multi-level query

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

Property Value

Type: DictionaryString, Field
A dictionary of fields that represent the parent columns used to provide values for a required field in for this subject in a multi-level query

Return Value

Type: DictionaryString, Field
A dictionary of fields that represent the parent columns used to provide values for a required field in for this subject in a multi-level query
Remarks
The key to the dictionary is the UniqueID of the condition in the subject for this query.
See Also