Method SetQueryConfigHandler
SetQueryConfigHandler(QueryConfigHandler)
Sets the query configuration handler that will be used during query
processing. It can be null
. It's also set to the processor
returned by QueryNodeProcessor.
Declaration
public virtual void SetQueryConfigHandler(QueryConfigHandler config)
Parameters
Type | Name | Description |
---|---|---|
QueryConfigHandler | config | the query configuration handler used during query processing, it
can be |