[]
Represents a converter for the query parameters.
public interface IParametersConverter
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. |