Entity Framework Question: Download ADO.Net Entity Framework PDF

What is IObjectSet?

Tweet Share WhatsApp

Answer:

IObjectSet is a interface which gives collection like functionality. ObjectSet<> also implements IObjectSet. IObjectSet is useful in unit testing where you can create fake EntitySet (of type IObjectSet<>). We have used IObjectSet in our sample project.

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