In ADO.NET, the DataAdapter uses a combination of ___________ to perform its operations.

  • Commands and Connections
  • DataReaders
  • DataSets and DataTables
  • Transactions
In ADO.NET, the DataAdapter uses Commands and Connections to perform its operations. The DataAdapter acts as a bridge between the database and the DataSet, executing SQL commands specified in the SelectCommand, InsertCommand, UpdateCommand, and DeleteCommand properties.
Add your answer
Loading...

Leave a comment

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