Click or drag to resize
FieldSubjectFieldName Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets the subject field field name of this field.

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string SubjectFieldName { get; set; }

Property Value

Type: String
The subject field name of this field.

Return Value

Type: String
The subject field name of this field.
Remarks
This field can be used to get back to the field in the subject that this field was derived from. This is used in summary queries where the same field can be used multiple times with difference transformations.
See Also