Click or drag to resize

LogicalOperator Enumeration

Specifies a logical operator, used i.e. within a data provider

Namespace:  Colygon.MatchPoint.Common
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public enum LogicalOperator
Members
  Member nameValueDescription
And0Uses the AND logical operator.
Or1Uses the OR logical operator.
See Also