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: 2013.11.0.0
Syntax
C#
public enum LogicalOperator
Members
  Member nameValueDescription
And0Uses the AND logical operator.
Or1Uses the OR logical operator.
See Also