Click or drag to resize
QueryUnaryOperator Enumeration
Constants for DataQuery unary operators

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public enum QueryUnaryOperator
Members
  Member nameValueDescription
IsNull0 Is null "IS NULL"
IsNotNull1 Is not null "IS NOT NULL"
See Also