Enum ParseOperators
Represents the values that specify the binary operators for filtering.
Namespace: Syncfusion.Olap.MDXQueryParser
Assembly: Syncfusion.Olap.Base.dll
Syntax
public enum ParseOperators
Fields
| Name | Description |
|---|---|
| AND | The operator for filtering is AND. |
| NOT | The operator for filtering is NOT. |
| OR | The operator for filtering is OR. |
| XOR | The operator for filtering is XOR |