ExpressionIsNull Data Type

A null-check expression that matches records where a property value is null.

Produces a SQL IS NULL condition on the specified property.

Available Since
1.3.0
Properties
Name Type Description
property string The entity property name to check for null (e.g., deletedDate, trackingNumber).
ExpressionIsNull (JSON)
{
  "expressionIsNull" : {
    "property" : "..."
  }
}
ExpressionIsNull Data Type

A null-check expression that matches records where a property value is null.

Produces a SQL IS NULL condition on the specified property.

Available Since
1.3.0
Properties
Name Type Description
property string The entity property name to check for null (e.g., deletedDate, trackingNumber).
ExpressionIsNull (XML)
<expressionIsNull>
  <property>...</property>
</expressionIsNull>