I have code that executes a query in sqlserver accessing with dapper in the error exception I want to get the query executed with the specified parameter:...StringBuilder sql = new StringBuilder();
sql.AppendLine(" SELECT " + campoChave + " AS CODIGO, ");...