C# DataAdapter

ADO.NET provides database connectivity between relational and non-relational systems through a common set of components. The SqlDataAdapter is a special class whose purpose is to bridge the gap between the disconnected DataTable objects and the physical data source. From the following C# programs you can see some special features of SqlDataAdapter Class