摘要:/* DataSet hell - "Failed to enable constraints. One or more rows contain values...." */使用DataSet的时候遇到这么个错误:Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints."One or more"到底是什么,不知道。找到错误的方法是,使用DataTable的GetErrors方法
阅读全文