Entity Framework Question:

What is ObjectSet?

Answer:

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

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