Entity Framework Question:
Download Questions PDF

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.

Download ADO.Net Entity Framework Interview Questions And Answers PDF

Previous QuestionNext Question
What is EntityContainer?What is EntityType?