InterviewSolution
Saved Bookmarks
| 1. |
Explain the ObjectSet in EF. |
|
Answer» ObjectSet is generally CONSIDERED as a specific type of data set that is commonly USED to READ, UPDATE, create, and remove operations from existing entities. Only the ObjectContext instance can be used to create it. No Entity SQL method is supported by it. |
|