Enum Condition
Possible value for the condition
attribute of a property for an AML get query
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public enum Condition
Fields
Name | Description |
---|---|
Between | SQL between |
Equal | Is equal to |
GreaterThan | Is greather than |
GreaterThanEqual | Is greather than or equal to |
In | Is in a list of values or a subselect |
Is | Is X where X is either |
IsNotNull | Is not null |
IsNull | Is null |
LessThan | Is less than |
LessThanEqual | Is less or equal to |
Like | Matches the pattern |
NotBetween | Is between |
NotEqual | Is equal to |
NotIn | Is not in the list or subselect |
NotLike | Does not match the pattern |
Undefined | Not specified |