ImportSubjectArgscTables Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains a list for tables used in the subject.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string cTables { get; set; }
Public Property cTables As String
Get
Set
public:
virtual property String^ cTables {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_cTables();
function set_cTables(value);
Property Value
Type:
StringA property that contains a list for tables used in the subject.
Return Value
Type:
StringA property that contains a list for tables used in the subject.
Remarks This property is a CHR(1) delimited list of tables used in a freeform query. For other subject types it contain just a single table prefixed with DB..
See Also