Click or drag to resize
ImportSubjectArgscFields Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a property that contains a list for field names used in the subject.

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

Property Value

Type: String
A property that contains a list for field names used in the subject.

Return Value

Type: String
A property that contains a list for field names used in the subject.
Remarks
This property is a CHR(1) delimited list of field names used in the subject. These should be unique within the list.
See Also