Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题是我需要 2 个相同的行来求和,我在数据集中使用标量查询 SUM,如果您有任何其他建议,请回复。
在这种情况下,当我分配时:
this.saleTableAdapter.ScalarQuery(this.SaleDateset.sale);
表明:
No overload method "Scalar Query" takes 1 argument.
怎么了?
'ScalarQuery' 是您自己的函数。它可能还需要一个参数。
没有重载方法“标量查询”需要 1 个参数。这是为“ScalarQuery”函数询问超过 1 个参数的编译时错误。