Search notes:

System.Data.Common.DataAdapter (class)

System.Data.Common.DataAdapter connects a data source with an in-memory System.Data.DataSet.
A DataAdapter is able to recognize changes that were made to data in the DataSet and to synchronize them with the original data source.
The DataAdapter uses an object that derived from System.Data.Common.DbConnection to read data from and write data back to the data source.

Index