このページを含むバージョン:
このページを含まないバージョン:
Removes a custom operator that was added on the QueryEngine.
// Remove an operator based on its token var operatorToken = "%"; queryEngine.RemoveOperator(operatorToken);