QueryParameterParentColumns Property |
|
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.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Dictionary<string, Field> ParameterParentColumns { get; set; }
Public Property ParameterParentColumns As Dictionary(Of String, Field)
Get
Set
public:
property Dictionary<String^, Field^>^ ParameterParentColumns {
Dictionary<String^, Field^>^ get ();
void set (Dictionary<String^, Field^>^ value);
}
function get_ParameterParentColumns();
function set_ParameterParentColumns(value);
Property Value
Type:
DictionaryString,
FieldA 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,
FieldA 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