Value cannot be null. Parameter name: con
程序员文章站
2022-04-21 15:49:22
...
使用OracleSugar 进行查询的时候,出现了这个问题:Value cannot be null. Parameter name: con
这个是个很傻的操作导致的,具体如下:
db.SqlQuery<Task>(sql2, new { UserID = userid }).ToList();
就是这个Task引起的,这个model写错了就会导致这样的异常。。。。 上一篇: PHP 递归兑现层级树状展现数据
下一篇: php绘制柱型图的函数代码
推荐阅读
-
Optional long parameter 'id' is present but cannot be translated into a null value due to being decl
-
Value cannot be null. Parameter name: con
-
Optional int parameter 'xx' is present but cannot be translated into a null value
-
Optional int parameter 'xx' is present but cannot be translated into a null value
-
Optional int parameter ‘productId‘ is present but cannot be translated into a null value
-
Optional int parameter ‘isApply‘ is present but cannot be translated into a null value已解决
-
EFcore 报错:Value cannot be null. Parameter name: frameworkName