Version: 2022.3
언어: 한국어

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.