欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程资源 > 编程问答 >内容正文

编程问答

exception:Deleted row information cannot be accessed through the row处理

发布时间:2024/4/15 编程问答 49 豆豆
生活随笔 收集整理的这篇文章主要介绍了 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处理的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。