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
| Property | Type |
|---|---|
field | string |
op | CAFilterOp |
value? | string | number | boolean | Date | (string | number)[] |