Skip to content

Commit 8456c16

Browse files
Merge pull request #4824 from syncfusion-content/905894-qb
905894: Updated the QueryBuilder operator "Does Not Start With" "Does Not End With" and "Does Not Contain" in UG documentation
2 parents df15341 + 349d0ad commit 8456c16

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

blazor/query-builder/columns-binding.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,11 @@ The operator for a column can be defined in the [Columns](https://help.syncfusio
6060
| Operators | Description | Supported Types |
6161
| ------------ | ----------------------- | ------------------ |
6262
| startswith | Checks whether the value begins with the specified value. | String |
63+
| notstartswith | Checks whether the value does not begin with the specified prefix. | String |
6364
| endswith | Checks whether the value ends with the specified value. | String |
65+
| notendswith | Checks whether the value does not end with the specified value. | String |
6466
| contains | Checks whether the value contains the specified value. | String |
67+
| notcontains | Checks whether the value does not include the specified value. | String |
6568
| equal | Checks whether the value is equal to the specified value. | String, Number ,Date, Boolean |
6669
| notequal | Checks for values not equal to the specified value. | String, Number, Date, Boolean |
6770
| greaterthan | Checks whether the value is greater than the specified value. | Date, Number |
@@ -194,4 +197,4 @@ N> You can set `Min` and `Max` values for number values.
194197
195198
```
196199

197-
![Validation in Blazor QueryBuilder](./images/blazor-querybuilder-validation.png)
200+
![Validation in Blazor QueryBuilder](./images/blazor-querybuilder-validation.png)

0 commit comments

Comments
 (0)