QueryConditionSourceTable Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the source table for this condition
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string SourceTable { get; set; }
Public Property SourceTable As String
Get
Set
public:
virtual property String^ SourceTable {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_SourceTable();
function set_SourceTable(value);
Property Value
Type:
StringThe source table for this condition
Return Value
Type:
StringThe source table for this condition
Remarks See Also