ConditionLogicalOperator Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the logical operator (And/Or) that links this condition to its predecessor
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string LogicalOperator { get; set; }
Public Property LogicalOperator As String
Get
Set
public:
virtual property String^ LogicalOperator {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_LogicalOperator();
function set_LogicalOperator(value);
Property Value
Type:
StringThe logical operator (And/Or) that links this condition to its predecessor
Return Value
Type:
StringThe logical operator (And/Or) that links this condition to its predecessor
Remarks See Also