This data access application block extends the SQL Data Access Block provided by Enterprise Library. It provides additional overloads for the UpdateDataSet method so that a collection of rows or a table can be passed to the DataAdapter for update. These methods were developed to support updating datasets that have multiple tables and cascading hierarchies.
This was contributed by Chris Dufour, ASP.NET MVP
https://mvp.support.microsoft.com/profile=DC965C02-3359-4F4A-A61E-EAF9FA2E2E61For more information goto
Extended SQL Data Access BlockNote: This extension has now been incorporated into the main source code tree and is available in the current release of EntLibContrib