Version: 2022.1
언어: 한국어
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);