Click or drag to resize
ImportSubjectArgscSmartDataObject Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a property that contains the smartdataobject, business logic procedure, stored procedure or SQL query string used for this subject.

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

Property Value

Type: String
A property that contains the smartdataobject, business logic procedure, stored procedure or SQL query string used for this subject.

Return Value

Type: String
A property that contains the smartdataobject, business logic procedure, stored procedure or SQL query string used for this subject.
Remarks
This property will be blank for freeform subjects, with have the sdo name for smartdataobject subjects, will have the business logic functionname prefixed by DF: for business logic subjects and wll have the sql query string prefixed by SQL: for sql query subjects.
See Also