DataTable不能通过已删除的行访问该行的信息解决方法

使用dt.Rows[0]["name", DataRowVersion.Original]可以获取

原文地址:https://www.cnblogs.com/heyiping/p/10616640.html