添加的 DataRow 不会被删除执行 table.Rows[i].Delete() 吗?
这是为什么?添加数据行的状态。当我删除该行时,状态没有改变。为什么不删除?这就是我的删除存储过程从未被调用的原因!
编辑:数据行是新添加的,然后我尝试删除它。
Why is that? The state of the datarow is added. When I delete the row the state is unchanged. Why not deleted? That's the reason my Delete Store Procedure is never called!
edit: the datarow is freshly added and then I try to delete it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请出示您的代码。我的测试表明一切正常:
输出是:
show your code please. my test shows that everything works fine:
output is: