Entity Framework Question:

What is EntitySet?

Tweet Share WhatsApp

Answer:

EntitySet is a container for EntityType. It is set of same entitytype. You can think it like db table.

Download ADO.Net Entity Framework PDF Read All 28 ADO.Net Entity Framework Questions
Previous QuestionNext Question
What is EntityContainer?What is EntityType?