Interface IQuerySyntaxTreeParser
Интерфейс синтаксического анализатора строки запроса.
Namespace:InfinniPlatform.DocumentStorage.QuerySyntax
Assembly:InfinniPlatform.DocumentStorage.HttpService.dll
Syntax
public interface IQuerySyntaxTreeParser
Methods
| Improve this Doc View SourceParse(String)
Осуществляет синтаксический анализ строки запроса.
Declaration
IList<IQuerySyntaxNode> Parse(string query)
Parameters
Type | Name | Description |
---|---|---|
System.String | query | Строка запроса. |
Returns
Type | Description |
---|---|
IList<IQuerySyntaxNode> |