QueryParameterConditionID Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the unique ID of the condition this parameter relates to
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ConditionID { get; set; }
Public Property ConditionID As String
Get
Set
public:
virtual property String^ ConditionID {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_ConditionID();
function set_ConditionID(value);
Return Value
Type:
StringThe unique ID of the condition this parameter relates to
See Also