In LINQ to SQL, the DataContext class represents the ___________.

  • Connection to the Database
  • Object Model
  • Query
  • Table in the Database
The DataContext class in LINQ to SQL represents the connection to the database. It manages database connections and transactions and provides methods for querying and submitting changes to the database.
Add your answer
Loading...

Leave a comment

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