Possible value for the condition attribute of a property for an AML get query
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax Public Enumeration Condition
Members
| Member name | Value | Description |
---|
| Undefined | 0 | Not specified |
| Between | 1 | SQL between |
| Equal | 2 | Is equal to |
| GreaterThan | 3 | Is greather than |
| GreaterThanEqual | 4 | Is greather than or equal to |
| In | 5 | Is in a list of values or a subselect |
| Is | 6 | Is X where X is either null or not null |
| IsNotNull | 7 | Is not null |
| IsNull | 8 | Is null |
| LessThan | 9 | Is less than |
| LessThanEqual | 10 | Is less or equal to |
| Like | 11 | Matches the pattern |
| NotEqual | 12 | Is equal to |
| NotBetween | 13 | Is between |
| NotIn | 14 | Is not in the list or subselect |
| NotLike | 15 | Does not match the pattern |
See Also