[]
Convert the parameters from the specified query from the specified SqlDialect.
string ConvertFromSqlDialect(string sql, IEnumerable<QueryParameterInfo> parameters, SqlDialect dialect)
Type | Name | Description |
---|---|---|
string | sql | The query to be converted. |
IEnumerable<QueryParameterInfo> | parameters | The collection of the QueryParameterInfo to the converting. |
SqlDialect | dialect | The SqlDialect to the converting. |
Type | Description |
---|---|
string | Converted query as a string. |