Entity Framework Question:

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.


Previous QuestionNext Question
What is ObjectContext?What is IObjectSet?