LogicalOperator Enumeration

The supported logical operators.

Namespace:  Dundas.BI.Data
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
[GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_Data_Enum_")]
public enum LogicalOperator
Members
  Member nameValueDescription
NotSet0 Logical operator not set.
Or1 The or logical operator.
And2 The and logical operator.
See Also