Which ADO.NET class is responsible for transferring data between a data source and a data-bound control?

  • DataAdapter
  • SqlCommand
  • SqlConnection
  • SqlDataReader
The DataAdapter class in ADO.NET is responsible for transferring data between a data source, such as a database, and a data-bound control, such as a DataGridView or ListBox. It acts as a bridge between the data source and the dataset, facilitating the retrieval and manipulation of data.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *