Introduction to Table Adapters
September 9, 2008 .Net — Tags: .Net Table Adapters, Table Adapters — 52coding
The table adapter, new in .NET 2.0, greatly enhances the experience of working with typed data sets. As discussed earlier in this chapter, prior to .NET 2.0, when you wanted to fill a data set or push updates back to the data source from the data set, you had to use a data adapter. This meant you had to make sure the commands for that adapter got created correctly to fill the columns appropriately and push changes back.
Page 1 of 11

