QueryFieldLabelsChanged Property |
|
DataPA OpenAnalytics API Reference
Gets a dicionary of the fields that have changed name since the query was last opened
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Dictionary<string, Field> FieldLabelsChanged { get; }
Public ReadOnly Property FieldLabelsChanged As Dictionary(Of String, Field)
Get
public:
virtual property Dictionary<String^, Field^>^ FieldLabelsChanged {
Dictionary<String^, Field^>^ get () sealed;
}
function get_FieldLabelsChanged();
Return Value
Type:
DictionaryString,
FieldA 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