This version of Unity is unsupported.

QueryEngine<T0>.RemoveFilter

Declaration

public void RemoveFilter(string token);

Parameters

token The identifier of the filter. Typically what precedes the operator in a filter (i.e. "id" in "id>=2").

Description

Removes a custom filter.

You will get a warning if you try to remove a non-existent filter.