Method ConvertQuery
ConvertQuery(string, QueryFormat)
Convert the query to a new format
Declaration
public static string ConvertQuery(string query, LynX.QueryFormat newFormat)
Parameters
Type | Name | Description |
---|---|---|
string | query | Main query to convert |
LynX.QueryFormat | newFormat | Format to convert to |
Returns
Type | Description |
---|---|
string | Query converted |