C# ADO.NET Dataset

The .NET Data Providers consist of a number of classes used to connect to a data source, execute commands, and return records. The DataSet is able to use services of the Data Providers to retrieve information from the data source. The following C# programs help you get more knowledge about Dataset Object.