Constructor QueryText
QueryText(String, Int32, Int32)
Declaration
public QueryText(string value, int begin, int end)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | text value |
System.Int32 | begin | position in the query string |
System.Int32 | end | position in the query string |