A null-check expression that matches records where a property value is null.
Produces a SQL IS NULL condition on the specified property.
| Name | Type | Description | |
|---|---|---|---|
property
|
string
|
The entity property name to check for null (e.g., deletedDate, trackingNumber).
|
{
"expressionIsNull" : {
"property" : "..."
}
}
A null-check expression that matches records where a property value is null.
Produces a SQL IS NULL condition on the specified property.
| Name | Type | Description | |
|---|---|---|---|
property
|
string
|
The entity property name to check for null (e.g., deletedDate, trackingNumber).
|
<expressionIsNull>
<property>...</property>
</expressionIsNull>