When using LINQ to SQL, what is the role of the EntitySet class?

  • Represents a collection of entities in a LINQ to SQL data model
  • Represents a database table in LINQ to SQL
  • Represents a query expression in LINQ to SQL
  • Represents an individual entity in LINQ to SQL
In LINQ to SQL, the EntitySet class represents a collection of entities in a LINQ to SQL data model. It provides functionality for querying and manipulating collections of entities.
Add your answer
Loading...

Leave a comment

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