Show / Hide Table of Contents

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 null or not null

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

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX