Version: 2022.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.