Constructor QueryFilter
QueryFilter(FieldOptions, string, OpOptions)
A filter for an individual field that is applied to a query.
Declaration
[Preserve]
public QueryFilter(QueryFilter.FieldOptions field, string value, QueryFilter.OpOptions op)
Parameters
Type | Name | Description |
---|---|---|
QueryFilter.FieldOptions | field | The name of the field to filter on. For custom data fields, the name of the index must be used instead of the field name. |
string | value | The value to compare to the field being filtered. This value must be a string and it must be parsable as the same type as |
QueryFilter.OpOptions | op | The operator used to compare the field to the filter value. Supports |