[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.IParametersConverter.ConvertToSqlDialect

ConvertToSqlDialect Method

ConvertToSqlDialect(string, SqlDialect)

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

Declaration
string ConvertToSqlDialect(string query, SqlDialect dialect)
Parameters
Type Name Description
string query

The query to be converted.

SqlDialect dialect

The SqlDialect to the converting.

Returns
Type Description
string

Converted query as a string.