FieldSubjectFieldName Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the subject field field name of this field.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string SubjectFieldName { get; set; }
Public Property SubjectFieldName As String
Get
Set
public:
virtual property String^ SubjectFieldName {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_SubjectFieldName();
function set_SubjectFieldName(value);
Property Value
Type:
StringThe subject field name of this field.
Return Value
Type:
StringThe 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