[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.IParametersConverter.ConvertFromSqlDialect

ConvertFromSqlDialect Method

ConvertFromSqlDialect(string, IEnumerable<QueryParameterInfo>, SqlDialect)

Convert the parameters from the specified query from the specified SqlDialect.

Declaration
string ConvertFromSqlDialect(string sql, IEnumerable<QueryParameterInfo> parameters, SqlDialect dialect)
Parameters
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.

Returns
Type Description
string

Converted query as a string.