Entity Framework Question:

What is EntitySet?

ADO.Net Entity Framework Interview Question
ADO.Net Entity Framework Interview Question

Answer:

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


Previous QuestionNext Question
What is EntityContainer?What is EntityType?