Enum QueryUnaryOperator
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Constants for DataQuery unary operators
public enum QueryUnaryOperator
- Extension Methods
Fields
IsNotNull = 1
Is not null "IS NOT NULL"
IsNull = 0
Is null "IS NULL"