[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.IParametersConverter

IParametersConverter Interface

Represents a converter for the query parameters.

Namespace: GrapeCity.ActiveReports.QueryDesigner.Implementation
Assembly: MESCIUS.ActiveReports.QueryDesigner.dll
Syntax
public interface IParametersConverter

Methods

Name Description
ConvertFromSqlDialect(string, IEnumerable<QueryParameterInfo>, SqlDialect)

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

ConvertToSqlDialect(string, SqlDialect)

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