'Declaration Function ConvertFromSqlDialect( _ ByVal sql As String, _ ByVal parameters As IEnumerable(Of QueryParameterInfo), _ ByVal dialect As SqlDialect _ ) As String
string ConvertFromSqlDialect( string sql, IEnumerable<QueryParameterInfo> parameters, SqlDialect dialect )
Parameters
- sql
- The query to be converted.
- parameters
- The collection of the QueryParameterInfo to the converting.
- dialect
- The GrapeCity.ActiveReports.QueryDesigner.Implementation.SqlParser.SqlDialect to the converting.
Return Value
Converted query as a System.String.