で挿入を実行するとTableAdapter
:
int pid = this.purchaseTableAdapter.Insert(supplierid, datetime, "",
totalprice, amountpaid);
15を返す必要があるのに、間違ったID1
を返します。
正しいIDを取得する方法は?
で挿入を実行するとTableAdapter
:
int pid = this.purchaseTableAdapter.Insert(supplierid, datetime, "",
totalprice, amountpaid);
15を返す必要があるのに、間違ったID1
を返します。
正しいIDを取得する方法は?