ImportSubjectArgscExpression Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains a list which contains the calculated field syntax of each field in the subject.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string cExpression { get; set; }
Public Property cExpression As String
Get
Set
public:
virtual property String^ cExpression {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_cExpression();
function set_cExpression(value);
Property Value
Type:
StringA property that contains a list which contains the calculated field syntax of each field in the subject.
Return Value
Type:
StringA property that contains a list which contains the calculated field syntax of each field in the subject.
Remarks This property is a CHR(1) delimited list and should be the same length as the cFields list.
See Also