Version: 2022.2
言語: 日本語
public void RemoveOperator (string op);

パラメーター

op The operator identifier.

説明

Removes a custom operator that was added on the QueryEngine.

// Remove an operator based on its token
var operatorToken = "%";
queryEngine.RemoveOperator(operatorToken);