ICAFilterClause
@spartanfx/react / codeapps / ICAFilterClause
Interface: ICAFilterClause
Structured filter clause. Consumers compose an array of these and pass to
buildODataFilter() to obtain a properly-escaped OData expression.
Properties
Required
| Property | Type | Description |
|---|---|---|
field | string | - |
op | CAFilterOp | - |
Options
| Property | Type | Description |
|---|---|---|
value? | string | number | boolean | Date | (string | number)[] | - |