将两个数据行添加到第三行中
是否可以在 C# 中添加两个数据行并在同一数据表的第三个数据行中获取结果? 另外,是否可以将两个数据行绑定到结果行,以便如果任何值发生更改,它都会反映在结果行中?
提前致谢
Is it possible to add two datarows and get the result in the third datarow of the same datatable in c#?
Also, is it possible to bind the two datarows to the result row so that if any values change, it is reflected in the resultant row?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑了与 DataTable 一起使用的响应,我再次没有'我测试了这段代码,只是把它写出来。
Edited response for use with DataTable, again I haven't tested this code just wrote it up.