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