exception:Deleted row information cannot be accessed through the row处理
生活随笔
收集整理的這篇文章主要介紹了
exception:Deleted row information cannot be accessed through the row处理
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
如圖:
exception說的比較清楚了,已經(jīng)從list里刪除的這行就不能再讀取了,
所以在讀取之前做一個判斷去處理就可以了:
For Each coderow As CourseDataset.T_RO_COURSERow In Me.m_myAllCoursesDS.T_RO_COURSE.RowsIf coderow.RowState <> DataRowState.Deleted ThendMoeCode = coderow.MOE_CODEEnd IfNext?
轉(zhuǎn)載于:https://www.cnblogs.com/pfs1314/archive/2012/07/26/2610061.html
超強干貨來襲 云風專訪:近40年碼齡,通宵達旦的技術(shù)人生總結(jié)
以上是生活随笔為你收集整理的exception:Deleted row information cannot be accessed through the row处理的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python中的re模块和正则表达式基础
- 下一篇: Git.之.最小化配置