Entity Framework Question:
Download Questions PDF

What is ObjectSet?

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

Answer:

Each EntitySet in context class is a type of ObjectSet<> that wraps the entity. e.g. ObjectSet.

Download ADO.Net Entity Framework Interview Questions And Answers PDF

Previous QuestionNext Question
What is ObjectContext?What is IObjectSet?