Click or drag to resize
QueryConditionLogicalOperator Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets the logical operator (And/Or) that links this condition to its predecessor

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string LogicalOperator { get; set; }

Property Value

Type: String
The logical operator (And/Or) that links this condition to its predecessor

Return Value

Type: String
The logical operator (And/Or) that links this condition to its predecessor
Remarks