ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation Namespace / IParametersConverter Interface / ConvertFromSqlDialect Method
The query to be converted.
The collection of the QueryParameterInfo to the converting.
The GrapeCity.ActiveReports.QueryDesigner.Implementation.SqlParser.SqlDialect to the converting.

In This Topic
ConvertFromSqlDialect Method
In This Topic
Convert the parameters from the specified query from the specified GrapeCity.ActiveReports.QueryDesigner.Implementation.SqlParser.SqlDialect.
Syntax
'Declaration
 
Function ConvertFromSqlDialect( _
   ByVal sql As String, _
   ByVal parameters As IEnumerable(Of QueryParameterInfo), _
   ByVal dialect As SqlDialect _
) As String
 

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.
See Also