Version: 2022.2
public TQueryHandler Create (Search.QueryGraph graph, ICollection<QueryError> errors);

参数

graph A graph representing a query.
errors A collection of errors. Use this to report errors when needed.

返回

TQueryHandler An IQueryHandler.

描述

Implement this function to create a new query handler for a specific query graph.