Click or drag to resize
QueryFieldLabelsChanged Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a dicionary of the fields that have changed name since the query was last opened

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

Return Value

Type: DictionaryString, Field
A dicionary of the fields that have changed name since the query was last opened
Remarks
The key of the dictionary is the old field name. The field is the current query display field
See Also