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

In This Topic
    ConvertToSqlDialect Method
    In This Topic
    Convert the parameters from the specified query to the specified GrapeCity.ActiveReports.QueryDesigner.Implementation.SqlParser.SqlDialect.
    Syntax
    'Declaration
     
    Function ConvertToSqlDialect( _
       ByVal query As String, _
       ByVal dialect As SqlDialect _
    ) As String
    string ConvertToSqlDialect( 
       string query,
       SqlDialect dialect
    )

    Parameters

    query
    The query to be converted.
    dialect
    The GrapeCity.ActiveReports.QueryDesigner.Implementation.SqlParser.SqlDialect to the converting.

    Return Value

    Converted query as a System.String.
    See Also