Click or drag to resize
NumberCompareOperator Enumeration
Definition of operators that can be used when search criterias are compared to real data. Only a limited combinations of operators and data types are used. Some values are shared by other compare operator enums. For example, StringCompareOperator and CompareOperator. Make sure index numbers are mapped correctly for each enum. This is to make it possible to convert values between related enums.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public enum NumberCompareOperator
Members
  Member nameValueDescription
Equal3Equal.
Greater5Greater.
GreaterOrEqual6Greater or equal.
Less8Less.
LessOrEqual9Less or equal.
NotEqual11Not equal.
See Also