Version: 2021.2

QueryTokenConstructor

切换到手册
public QueryToken (string text, int position);
public QueryToken (string text, int position, int length);

参数

text The value of the token.
position The position of the token in the entire query string.
length The length of the token.

描述

Creates a token from a string and a position.