会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
沐雪架构师
技术架构
首页
新随笔
联系
管理
2020年8月16日
asp.net core 3.1 EFcore 执行sql,datatable转List对象时 Object of type 'System.UInt64' cannot be converted to type 'System.Boolean'.
摘要: public static IList<T> DataTableToIList<T>(DataTable dt) { if (dt == null) return null; DataTable p_Data = dt; // 返回值初始化 IList<T> result = new List<T>
阅读全文
posted @ 2020-08-16 01:07 沐雪架构师
阅读(885)
评论(0)
推荐(0)
公告