KREDOR Business Object Framework Documentation

Op Enumeration

Specifies a comparison SQL operator

public enum Op

Members

Member Name Description
Equal The operator 'equal'.
NotEqual The operator 'not equal'.
GreaterThan The operator 'greater than'.
LessThan The operator 'less than'.
GreaterThanOrEqual The operator 'greater than or equal'
LessThanOrEqual The operator 'less than or equal'
Like The operator LIKE.
IsNull The operator 'IS NULL'
IsNotNull The operator 'IS NOT NULL'
IsMax The operator 'IS NULL'
IsMin The operator 'IS NOT NULL'

Requirements

Namespace: Kredor.BO

Assembly: KREDOR.BOFramework (in KREDOR.BOFramework.dll)

See Also

Kredor.BO Namespace