rowsUpdated 是一个 int32,用于计算更新了多少行
rowsToUpdate = dataset.ParentTable.Select("", "", dataviewRowState.Added)
if rowsToUpdate isNot Nothing then
for each row as datarow in RowsToUpdate
**changes the rowstate:**
rowsUpdated = rowsUpdated + ParentTableAdapter.update(row)
Next row
End if
我确定这是我在看的东西,但我就是看不到它。
在此先感谢,乔尔