CSharp.Net-Informations.com
   Home      .Net Framework      VB.NET      C#                                                                      About


  C# DataAdapater Tutorial

DataAdapter is a part of the ADO.NET Data Provider. DataAdapter is used to retrieve data from a data source and populate tables within a DataSet. The DataAdapter also resolves changes made to the DataSet back to the data source. The Fill method uses the DataReader object implicitly to return the column names and types used to create the tables in the DataSet, as well as the data to populate the rows of the tables in the DataSet. Dataset represents a collection of data retrieved from the Data Source and saving data to the Data Source. We can use Dataset in combination with DataAdapter class.

csharp-ado.net

The DataAdapter uses the Connection object of the .NET Framework data provider to connect to a data source and Command objects to retrieve data from and resolve changes to the data source. Each .NET Framework data provider included with the .NET Framework has a DataAdapter object. The .NET Framework Data Provider for OLEDB includes an OleDbDataAdapter object, the .NET Framework Data Provider for SQL Server includes a SqlDataAdapter object, and the .NET Framework Data Provider for ODBC includes an OdbcDataAdapter object.

Functionally DataAdapter is the complex Object when compare to other Objects in the Data Provider . From the following links you can learn more about DataAdapter in combination with dataset.

        
        
C# Tutorial




Related Contents
*     How to DataAdapter in Sql Server
*     How to DataAdapter in OLEDB
*     How to DataAdapter Select Command - Sql Server
*     How to DataAdapter Select Command - OLEDB
*     How to DataAdapter Insert Command - Sql Server
*     How to DataAdapter Insert Command - OLEDB
*     How to DataAdapter Update Command - Sql Server
*     How to DataAdapter Update Command - OLEDB
*     How to DataAdapter Delete Command - SQL SERVER
*     How to DataAdapter Delete Command - OLEDB
*     How to DataAdapter CommandBuilder in Sql Server
*     How to DataAdapter CommandBuilder in OLEDB
*     How to DataAdapter DataGridView - Sql Server
*     How to DataAdapter DataGridView - OLEDB


   Home      VB.NET      C#
CSharp Related Topics
*     An overview of Microsoft CSharp
*     C# Language Tutorial
*     C# Statements Tutorial
*     C# Collection Tutorial
*     C# String Tutorial
*     C# File Operations Tutorial
*     C# Excel Tutorial
*     C# Crystal Reports Tutorial
*     CSharp Communication Tutorial
*     C# Ado.Net Tutorial and Source Code
*     C# ADO.NET data Providers Tutorial
*     C# Dataset Tutorial
*     C# DataAdapater Tutorial
*     Csharp DataView Tutorial
*     Csharp Remoting Tutorial
*     C# XML Tutorial
*     C# DataGridView Tutorial
   Home      VB.NET      C#
More Source Code :   
Mail to :  feedback@net-informations.com
  |  Home   |  VB.NET   |  C#   |  SiteMap   |  Terms of Use   |  About   |
net-informations.com (C) 2010
All Rights Reserved. All other trademarks are property of their respective owners.