[]
Convert the parameters from the specified query to the specified SqlDialect.
string ConvertToSqlDialect(string query, SqlDialect dialect)
| Type | Name | Description |
|---|---|---|
| string | query | The query to be converted. |
| SqlDialect | dialect | The SqlDialect to the converting. |
| Type | Description |
|---|---|
| string | Converted query as a string. |