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つの引数を取りません。これは、「ScalarQuery」関数に複数のパラメータを要求した場合のコンパイル時エラーです。