QueryToken Constructor

Declaration

public QueryToken(string text, int position);

Declaration

public QueryToken(string text, int position, int length);

Parameters

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

Description

Creates a token from a string and a position.


Did you find this page useful? Please give it a rating: