exception:Deleted row information cannot be accessed through the row处理
生活随笔
收集整理的这篇文章主要介绍了
exception:Deleted row information cannot be accessed through the row处理
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
如图:
exception说的比较清楚了,已经从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
转载于:https://www.cnblogs.com/pfs1314/archive/2012/07/26/2610061.html
超强干货来袭 云风专访:近40年码龄,通宵达旦的技术人生总结
以上是生活随笔为你收集整理的exception:Deleted row information cannot be accessed through the row处理的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: python中的re模块和正则表达式基础
- 下一篇: Git.之.最小化配置