Questions tagged as 'dapper'

2
answers

Connection methods in ASP .NET [closed]

I am a beginner in ASP and C #. I have doubts and this is the real reason to ask here. Before you can read how the question policy is, understand that I am a beginner and really need help. I have a question of how to connect to my ASP applic...
asked by 21.02.2018 / 17:43
1
answer

Error passing parameter to proc with dapper

I have this inside a foreach: parameter.Add("@PROD", item.CDProduto); parameter.Add("@Filial", item.filial); parameter.Add("@Cod_Oper", cod_oper); var result = _connection.ExecuteReader("sp_InsereVenda", parameter, transaction, commandType: S...
asked by 03.04.2018 / 23:26