In ADO.NET, what is the role of the DataRow object when modifying data?

  • Represents a single table of data
  • Represents a single row of data
  • Represents a dataset
  • Represents a database connection
The correct option is Represents a single row of data. DataRow object in ADO.NET represents a single row of data within a DataTable. It allows modification, addition, and deletion of data in the DataTable. The other options do not accurately describe the role of a DataRow object.
Add your answer
Loading...

Leave a comment

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