Using decimal with specific precision as output parameters with Dapper

前端 未结 3 859
轮回少年
轮回少年 2021-01-13 08:27

I am evaluating Dapper as a replacement for custom and cumbersome code and so far all was very good and promising. But this morning I have stumbled on a problem with Dynamic

3条回答
  •  余生分开走
    2021-01-13 09:07

    I had the same issue. I changed my USP or query to pass varhcar(10) and assign varchar(10) to decimal value with success!

提交回复
热议问题