Answers

Question and Answer:

  Home  ADO.Net Entity Framework

⟩ What is IObjectSet?

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.

 179 views

More Questions for you: