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.