会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Loading
Dev-blog by WS
首页
新随笔
联系
订阅
管理
2020年10月16日
.net core dapper SQLServer 从 select where in (...) 到 Table-Valued Parameters
摘要: Dapper实现select in的list支持 Dapper默认支持IEnumerable<int>类型的SQL查询语句转换,样例如下: var lst1 = connection.Query("select * from Table_1 where Id in @Ids", new { Ids
阅读全文
posted @ 2020-10-16 10:32 wswind
阅读(494)
评论(0)
推荐(0)
编辑
公告