ADO.NET DataAdapter

The .NET Framework class library exposes features of the runtime and provides other high-level services. ADO.NET provides a rich set of components for creating distributed, data-sharing applications. 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 VB.NET programs you can see some special features of SqlDataAdapter Class.