閱讀752 返回首頁    go 阿裏雲 go 技術社區[雲棲]


Dataset中移除當前行,操作其它行

 ds.Tables[0].Rows.RemoveAt(gridView1.FocusedRowHandle);
 //ds是Tables[0]中的所有數據,此時已被移除了一條
//開始處理其餘數據的操作
RemoveAt方法

最後更新:2017-04-03 12:54:18

  上一篇:go Index was outside the bounds of the array.
  下一篇:go 查詢出某字段值不為空的記錄的SQL語句怎麼寫